1 write to IsNotConfigurable
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\Data\AnalyzerSetting.cs (1)
36IsNotConfigurable = descriptor.CustomTags.Any(t => t == WellKnownDiagnosticTags.NotConfigurable);
1 reference to IsNotConfigurable
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Analyzers\ViewModel\SeverityViewModel.cs (1)
57IsConfigurable = !setting.IsNotConfigurable;