1 write to _generalDiagnosticOption
Microsoft.CodeAnalysis (1)
RuleSet\RuleSet.cs (1)
62_generalDiagnosticOption = generalOption;
3 references to _generalDiagnosticOption
Microsoft.CodeAnalysis (3)
RuleSet\RuleSet.cs (3)
35get { return _generalDiagnosticOption; } 87var generalOption = _generalDiagnosticOption == ReportDiagnostic.Default ? ReportDiagnostic.Default : action; 107var effectiveGeneralOption = _generalDiagnosticOption;