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