3 references to NavigableItemFactory
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToDefinition\GoToDefinitionHelpers.cs (1)
89var sourceLocations = NavigableItemFactory.GetPreferredSourceLocations(
Microsoft.CodeAnalysis.Features (1)
GoToDefinition\AbstractFindDefinitionService.cs (1)
27? NavigableItemFactory.GetItemsFromPreferredSourceLocations(project.Solution, symbol, displayTaggedParts: FindUsagesHelpers.GetDisplayParts(symbol), cancellationToken: cancellationToken)
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Definitions\GoToDefinitionHandler.cs (1)
159var items = NavigableItemFactory.GetItemsFromPreferredSourceLocations(context.Solution, symbol, displayTaggedParts: null, cancellationToken);