3 references to SemanticModel
Microsoft.CodeAnalysis.Features (3)
QuickInfo\CommonQuickInfoProvider.cs (1)
35
var tokens = await GetTokensAsync(context.
SemanticModel
.SyntaxTree, context.Position, context.CancellationToken).ConfigureAwait(false);
QuickInfo\CommonSemanticQuickInfoProvider.cs (2)
41
var tokenInformation = BindToken(context.Services, context.
SemanticModel
, token, context.CancellationToken);
47
context.Services, context.
SemanticModel
, token, tokenInformation, supportedPlatforms: null, context.Options, onTheFlyDocsInfo: null, context.CancellationToken).ConfigureAwait(false);