6 references to Document
Microsoft.CodeAnalysis.Features (6)
QuickInfo\AbstractEmbeddedLanguageQuickInfoProvider.cs (1)
34
var semanticModel = await context.
Document
.GetRequiredSemanticModelAsync(context.CancellationToken).ConfigureAwait(false);
QuickInfo\CommonQuickInfoProvider.cs (1)
21
var tree = await context.
Document
.GetRequiredSyntaxTreeAsync(cancellationToken).ConfigureAwait(false);
QuickInfo\CommonSemanticQuickInfoProvider.cs (4)
31
var semanticModel = await context.
Document
.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
32
var services = context.
Document
.Project.Solution.Services;
55
var document = context.
Document
;
83
var document = context.
Document
;