1 write to SemanticModel
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonQuickInfoContext.cs (1)
27
SemanticModel
= semanticModel;
4 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)
39
var tokenInformation = BindToken(context.Services, context.
SemanticModel
, token, context.CancellationToken);
44
context.Services, context.
SemanticModel
, token, tokenInformation, supportedPlatforms: null, context.Options, context.CancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
QuickInfo\VisualBasicSemanticQuickInfoProvider.vb (1)
43
Dim info = Await BuildQuickInfoAsync(context.Services, context.
SemanticModel
, token, context.Options, context.CancellationToken).ConfigureAwait(False)