1 write to Options
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonQuickInfoContext.cs (1)
29
Options
= options;
2 references to Options
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonSemanticQuickInfoProvider.cs (1)
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)