1 write to _isPerLanguage
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Configuration\ConfigurationUpdater.cs (1)
96_isPerLanguage = isPerLanguage;
2 references to _isPerLanguage
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Configuration\ConfigurationUpdater.cs (2)
615var isLanguageAgnosticEntry = (_diagnostic == null || !SuppressionHelpers.IsCompilerDiagnostic(_diagnostic)) && _isPerLanguage; 754var compilerDiagOrNotPerLang = (_diagnostic != null && SuppressionHelpers.IsCompilerDiagnostic(_diagnostic)) || !_isPerLanguage;