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