1 override of IsNotConfigurable
Microsoft.CodeAnalysis (1)
Diagnostic\DiagnosticWithInfo.cs (1)
230
internal sealed override bool
IsNotConfigurable
()
3 references to IsNotConfigurable
Microsoft.CodeAnalysis (2)
Diagnostic\Diagnostic.cs (1)
591
=> DefaultSeverity == DiagnosticSeverity.Error &&
IsNotConfigurable
();
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
1048
!d.
IsNotConfigurable
() &&
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpDiagnosticFilter.cs (1)
48
else if (d.
IsNotConfigurable
())