5 references to IsConstantNull
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\AbstractFlowPass.cs (3)
2963if (IsConstantNull(node.LeftOperand)) 3082if (node.Receiver.ConstantValueOpt != null && !IsConstantNull(node.Receiver)) 3101if (IsConstantNull(node.Receiver))
FlowAnalysis\NullableWalker.cs (2)
5869if (IsConstantNull(leftOperand)) 6052if (IsConstantNull(receiver))