5 references to s_takeCondition
Microsoft.CodeAnalysis.Features (5)
AbstractSimplifyConditionalDiagnosticAnalyzer.cs (5)
29
=
s_takeCondition
.Add(Negate, Negate);
31
=
s_takeCondition
.Add(Or, Or).Add(WhenFalse, WhenFalse);
37
=
s_takeCondition
.Add(And, And).Add(WhenTrue, WhenTrue);
39
=
s_takeCondition
.Add(And, And).Add(WhenFalse, WhenFalse);
100
ReportDiagnostic(
s_takeCondition
);