4 references to IsBooleanLiteral
Microsoft.CodeAnalysis.Features (4)
src\roslyn\src\Analyzers\Core\Analyzers\UseConditionalExpression\UseConditionalExpressionHelpers.cs (4)
129if (IsBooleanLiteral(trueValue, true) && IsBooleanLiteral(falseValue, false)) 135if (IsBooleanLiteral(trueValue, false) && IsBooleanLiteral(falseValue, true))