7 references to patternMatchesNull
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\AbstractFlowPass.cs (7)
938SetConditionalState(patternMatchesNull(pattern) 997return !patternMatchesNull(negated.Negated); 1003var leftNullTest = patternMatchesNull(binary.Left); 1004return patternMatchesNull(binary.Left) || patternMatchesNull(binary.Right); 1009return patternMatchesNull(binary.Left) && patternMatchesNull(binary.Right);