1 write to Options
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonQuickInfoContext.cs (1)
29Options = options;
2 references to Options
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonSemanticQuickInfoProvider.cs (1)
44context.Services, context.SemanticModel, token, tokenInformation, supportedPlatforms: null, context.Options, context.CancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
QuickInfo\VisualBasicSemanticQuickInfoProvider.vb (1)
43Dim info = Await BuildQuickInfoAsync(context.Services, context.SemanticModel, token, context.Options, context.CancellationToken).ConfigureAwait(False)