3 references to s_syntaxTreeDiagnosticOptionsProperty
Test.Utilities (3)
DiagnosticExtensions.cs (3)
211if (syntaxTreeOptionsProviderTryGetDiagnosticValueMethod == null && s_syntaxTreeDiagnosticOptionsProperty == null) 247RoslynDebug.Assert(s_syntaxTreeDiagnosticOptionsProperty != null); 248var options = (ImmutableDictionary<string, ReportDiagnostic>)s_syntaxTreeDiagnosticOptionsProperty.GetValue(tree)!;