3 references to s_syntaxTreeDiagnosticOptionsProperty
Text.Analyzers (3)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\DiagnosticExtensions.cs (3)
213
if (syntaxTreeOptionsProviderTryGetDiagnosticValueMethod == null &&
s_syntaxTreeDiagnosticOptionsProperty
== null)
249
RoslynDebug.Assert(
s_syntaxTreeDiagnosticOptionsProperty
!= null);
250
var options = (ImmutableDictionary<string, ReportDiagnostic>)
s_syntaxTreeDiagnosticOptionsProperty
.GetValue(tree)!;