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