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