3 references to s_syntaxTreeDiagnosticOptionsProperty
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\DiagnosticExtensions.cs (3)
208
if (syntaxTreeOptionsProviderTryGetDiagnosticValueMethod == null &&
s_syntaxTreeDiagnosticOptionsProperty
== null)
244
RoslynDebug.Assert(
s_syntaxTreeDiagnosticOptionsProperty
!= null);
245
var options = (ImmutableDictionary<string, ReportDiagnostic>)
s_syntaxTreeDiagnosticOptionsProperty
.GetValue(tree)!;