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