4 references to NavigableItemFactory
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Internal\LocationService.cs (1)
49
var items =
NavigableItemFactory
.GetItemsFromPreferredSourceLocations(project.Solution, symbol, displayTaggedParts: null, cancellationToken);
Microsoft.CodeAnalysis.Features (2)
GoToDefinition\GoToDefinitionFeatureHelpers.cs (1)
39
var sourceLocations =
NavigableItemFactory
.GetPreferredSourceLocations(
Navigation\AbstractNavigableItemsService.cs (1)
41
return
NavigableItemFactory
.GetItemsFromPreferredSourceLocations(solution, symbol, FindUsagesHelpers.GetDisplayParts(symbol), cancellationToken);
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Definitions\GoToDefinitionHandler.cs (1)
161
var items =
NavigableItemFactory
.GetItemsFromPreferredSourceLocations(solution, symbol, displayTaggedParts: null, cancellationToken);