5 references to IsConstantNull
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\AbstractFlowPass.cs (3)
2935if (IsConstantNull(node.LeftOperand)) 3054if (node.Receiver.ConstantValueOpt != null && !IsConstantNull(node.Receiver)) 3073if (IsConstantNull(node.Receiver))
FlowAnalysis\NullableWalker.cs (2)
5649if (IsConstantNull(leftOperand)) 5831if (IsConstantNull(receiver))