4 references to IsBooleanLiteral
Microsoft.CodeAnalysis.CodeStyle (4)
UseConditionalExpressionHelpers.cs (4)
116
if (
IsBooleanLiteral
(trueValue, true) &&
IsBooleanLiteral
(falseValue, false))
122
if (
IsBooleanLiteral
(trueValue, false) &&
IsBooleanLiteral
(falseValue, true))