6 overrides of DiagnosticOptions
Microsoft.CodeAnalysis.CSharp (3)
Syntax\CSharpSyntaxTree.Dummy.cs (1)
60
public override ImmutableDictionary<string, ReportDiagnostic>
DiagnosticOptions
Syntax\CSharpSyntaxTree.LazySyntaxTree.cs (1)
102
public override ImmutableDictionary<string, ReportDiagnostic>
DiagnosticOptions
=> _diagnosticOptions;
Syntax\CSharpSyntaxTree.ParsedSyntaxTree.cs (1)
116
public override ImmutableDictionary<string, ReportDiagnostic>
DiagnosticOptions
=> _diagnosticOptions;
Microsoft.CodeAnalysis.VisualBasic (3)
Syntax\VisualBasicSyntaxTree.DummySyntaxTree.vb (1)
55
Public Overrides ReadOnly Property
DiagnosticOptions
As ImmutableDictionary(Of String, ReportDiagnostic)
Syntax\VisualBasicSyntaxTree.LazySyntaxTree.vb (1)
101
Public Overrides ReadOnly Property
DiagnosticOptions
As ImmutableDictionary(Of String, ReportDiagnostic)
Syntax\VisualBasicSyntaxTree.ParsedSyntaxTree.vb (1)
126
Public Overrides ReadOnly Property
DiagnosticOptions
As ImmutableDictionary(Of String, ReportDiagnostic)
4 references to DiagnosticOptions
Microsoft.CodeAnalysis (2)
Syntax\SyntaxTree.cs (2)
25
/// Cached value for empty <see cref="
DiagnosticOptions
"/>.
399
/// Returns a new tree whose <see cref="
DiagnosticOptions
" /> are the specified value and other properties are copied
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.cs (1)
585
DiagnosticOptions
,
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicSyntaxTree.vb (1)
146
DiagnosticOptions
)