4 references to IsNotConfigurable
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
537if (descriptor.IsNotConfigurable() || descriptor.IsCustomSeverityConfigurable()) 948if (descriptor.IsNotConfigurable())
DiagnosticAnalyzer\AnalyzerManager.cs (1)
362if (diag.IsNotConfigurable())
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
719if (descriptor.IsNotConfigurable())