3 references to GetItemsFromPreferredSourceLocations
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Internal\LocationService.cs (1)
49
var items = NavigableItemFactory.
GetItemsFromPreferredSourceLocations
(project.Solution, symbol, displayTaggedParts: null, cancellationToken);
Microsoft.CodeAnalysis.Features (1)
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);