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)
35
get { return
_generalDiagnosticOption
; }
87
var generalOption =
_generalDiagnosticOption
== ReportDiagnostic.Default ? ReportDiagnostic.Default : action;
107
var effectiveGeneralOption =
_generalDiagnosticOption
;