5 references to IsConstantNull
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\AbstractFlowPass.cs (3)
2841if (IsConstantNull(node.LeftOperand)) 2960if (node.Receiver.ConstantValueOpt != null && !IsConstantNull(node.Receiver)) 2979if (IsConstantNull(node.Receiver))
FlowAnalysis\NullableWalker.cs (2)
5472if (IsConstantNull(leftOperand)) 5654if (IsConstantNull(receiver))