17 references to FindUsagesHelpers
Microsoft.CodeAnalysis.EditorFeatures (4)
GoToDefinition\GoToDefinitionHelpers.cs (1)
39
FindUsagesHelpers
.GetDisplayName(symbol));
Navigation\AbstractDefinitionLocationService.cs (3)
98
var symbolDisplayName =
FindUsagesHelpers
.GetDisplayName(symbol);
157
FindUsagesHelpers
.GetDisplayName(symbol));
216
FindUsagesHelpers
.GetDisplayName(method));
Microsoft.CodeAnalysis.Features (12)
FindUsages\AbstractFindUsagesService_FindImplementations.cs (2)
28
var symbolAndProject = await
FindUsagesHelpers
.GetRelevantSymbolAndProjectAtPositionAsync(
73
FindUsagesHelpers
.GetDisplayName(symbol)),
FindUsages\AbstractFindUsagesService_FindReferences.cs (2)
89
var symbolAndProject = await
FindUsagesHelpers
.GetRelevantSymbolAndProjectAtPositionAsync(
112
FindUsagesHelpers
.GetDisplayName(symbol)),
FindUsages\DefinitionItemFactory.cs (1)
21
using static
FindUsagesHelpers
;
GoToBase\AbstractGoToBaseService.cs (2)
33
var symbolAndProject = await
FindUsagesHelpers
.GetRelevantSymbolAndProjectAtPositionAsync(
54
FindUsagesHelpers
.GetDisplayName(symbol)),
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (4)
433
FindUsagesHelpers
.GetDisplayParts(interfaceSymbol),
459
FindUsagesHelpers
.GetDisplayParts(memberSymbol),
500
FindUsagesHelpers
.GetDisplayParts(memberSymbol),
551
FindUsagesHelpers
.GetDisplayParts(memberSymbol),
Navigation\AbstractNavigableItemsService.cs (1)
41
return NavigableItemFactory.GetItemsFromPreferredSourceLocations(solution, symbol,
FindUsagesHelpers
.GetDisplayParts(symbol), cancellationToken);
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\CallHierarchyCommandHandler.cs (1)
79
var symbolAndProject = await
FindUsagesHelpers
.GetRelevantSymbolAndProjectAtPositionAsync(