5 references to IsConstantNull
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\AbstractFlowPass.cs (3)
2931if (IsConstantNull(node.LeftOperand)) 3050if (node.Receiver.ConstantValueOpt != null && !IsConstantNull(node.Receiver)) 3069if (IsConstantNull(node.Receiver))
FlowAnalysis\NullableWalker.cs (2)
5588if (IsConstantNull(leftOperand)) 5770if (IsConstantNull(receiver))