提交 f53155d7 编写于 作者: C CyrusNajmabadi

Support not finding a factory.

上级 55ebb757
......@@ -53,7 +53,7 @@ internal static class GoToDefinitionHelpers
if (thirdPartyNavigationAllowed )
{
var factory = solution.Workspace.Services.GetService<IDefinitionsAndReferencesFactory>();
var thirdPartyItem = factory.GetThirdPartyDefinitionItem(solution, symbol);
var thirdPartyItem = factory?.GetThirdPartyDefinitionItem(solution, symbol);
definitions.AddIfNotNull(thirdPartyItem);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册