1 override of IsNotConfigurable
Microsoft.CodeAnalysis (1)
Diagnostic\DiagnosticWithInfo.cs (1)
230internal sealed override bool IsNotConfigurable()
2 references to IsNotConfigurable
Microsoft.CodeAnalysis (2)
Diagnostic\Diagnostic.cs (1)
590=> DefaultSeverity == DiagnosticSeverity.Error && IsNotConfigurable();
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
1050!d.IsNotConfigurable() &&