5 references to IsConstantNull
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\AbstractFlowPass.cs (3)
2941if (IsConstantNull(node.LeftOperand)) 3060if (node.Receiver.ConstantValueOpt != null && !IsConstantNull(node.Receiver)) 3079if (IsConstantNull(node.Receiver))
FlowAnalysis\NullableWalker.cs (2)
5746if (IsConstantNull(leftOperand)) 5929if (IsConstantNull(receiver))