5 references to s_takeCondition
Microsoft.CodeAnalysis.CodeStyle (5)
src\Analyzers\Core\Analyzers\SimplifyBooleanExpression\AbstractSimplifyConditionalDiagnosticAnalyzer.cs (5)
28
=
s_takeCondition
.Add(Negate, Negate);
30
=
s_takeCondition
.Add(Or, Or).Add(WhenFalse, WhenFalse);
36
=
s_takeCondition
.Add(And, And).Add(WhenTrue, WhenTrue);
38
=
s_takeCondition
.Add(And, And).Add(WhenFalse, WhenFalse);
99
ReportDiagnostic(
s_takeCondition
);