6 references to isBoolTest
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\AbstractFlowPass.cs (6)
946if (isBoolTest(pattern) is bool value) 1028return !isBoolTest(negated.Negated); 1035var leftNullTest = isBoolTest(binary.Left); 1037leftNullTest != isBoolTest(binary.Right) ? null : 1044return isBoolTest(binary.Left) ?? isBoolTest(binary.Right);