1 override of Options
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineDiagnostics\InlineDiagnosticsTaggerProvider.cs (1)
39
protected sealed override ImmutableArray<IOption2>
Options
{ get; } = [InlineDiagnosticsOptionsStorage.EnableInlineDiagnostics];
1 reference to Options
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (1)
63
protected override ImmutableArray<IOption2> Options => _callback.
Options
;