5 references to GetSemanticInfo
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonSemanticQuickInfoProvider.cs (1)
254
return semanticModel.
GetSemanticInfo
(token, services, cancellationToken)
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolFinder.cs (1)
87
return semanticModel.
GetSemanticInfo
(token, services, cancellationToken);
Rename\RenameUtilities.cs (1)
48
var semanticInfo = semanticModel.
GetSemanticInfo
(bindableToken, services, cancellationToken);
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetExpansionClient.cs (1)
767
var semanticInfo = semanticModel.
GetSemanticInfo
(token, document.Project.Solution.Services, cancellationToken);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
LanguageService\CSharpHelpContextService.cs (1)
173
symbol = semanticModel.
GetSemanticInfo
(token, document.Project.Solution.Services, cancellationToken)