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