7 references to patternMatchesNull
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\AbstractFlowPass.cs (7)
930SetConditionalState(patternMatchesNull(pattern) 989return !patternMatchesNull(negated.Negated); 995var leftNullTest = patternMatchesNull(binary.Left); 996return patternMatchesNull(binary.Left) || patternMatchesNull(binary.Right); 1001return patternMatchesNull(binary.Left) && patternMatchesNull(binary.Right);