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