2 overrides of WithDiagnosticOptions
Microsoft.CodeAnalysis.CSharp (2)
Syntax\CSharpSyntaxTree.LazySyntaxTree.cs (1)
155public override SyntaxTree WithDiagnosticOptions(ImmutableDictionary<string, ReportDiagnostic> options)
Syntax\CSharpSyntaxTree.ParsedSyntaxTree.cs (1)
162public override SyntaxTree WithDiagnosticOptions(ImmutableDictionary<string, ReportDiagnostic> options)