3 references to GetSymbols
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonSemanticQuickInfoProvider.cs (1)
267
.
GetSymbols
(includeType: true);
Microsoft.CodeAnalysis.Workspaces (2)
Rename\RenameUtilities.cs (1)
51
: semanticInfo.
GetSymbols
(includeType: false);
Shared\Extensions\TokenSemanticInfo.cs (1)
51
=>
GetSymbols
(includeType).FirstOrDefault();