3 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;
3 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
,