6 references to isBoolTest
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\AbstractFlowPass.cs (6)
938if (isBoolTest(pattern) is bool value) 1020return !isBoolTest(negated.Negated); 1027var leftNullTest = isBoolTest(binary.Left); 1029leftNullTest != isBoolTest(binary.Right) ? null : 1036return isBoolTest(binary.Left) ?? isBoolTest(binary.Right);