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