2 overrides of Options
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
43
protected sealed override ImmutableArray<IOption2>
Options
{ get; } = [SemanticColorizerOptionsStorage.SemanticColorizer];
StringIndentation\StringIndentationTaggerProvider.cs (1)
43
protected override ImmutableArray<IOption2>
Options
{ get; } = [StringIndentationOptionsStorage.StringIdentation];
1 reference to Options
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AsynchronousViewportTaggerProvider.SingleViewportTaggerProvider.cs (1)
39
=> _callback.
Options
;