1 write to Options
Microsoft.CodeAnalysis.Features (1)
QuickInfo\QuickInfoContext.cs (1)
44
Options
= options;
2 references to Options
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonSemanticQuickInfoProvider.cs (1)
33
services, semanticModel, token, tokenInformation, supportedPlatforms, context.
Options
, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
QuickInfo\VisualBasicSemanticQuickInfoProvider.vb (1)
32
Dim info = Await BuildQuickInfoAsync(services, semanticModel, token, context.
Options
, context.CancellationToken).ConfigureAwait(False)