5 references to IsConstantNull
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\AbstractFlowPass.cs (3)
2739if (IsConstantNull(node.LeftOperand)) 2858if (node.Receiver.ConstantValueOpt != null && !IsConstantNull(node.Receiver)) 2877if (IsConstantNull(node.Receiver))
FlowAnalysis\NullableWalker.cs (2)
5127if (IsConstantNull(leftOperand)) 5309if (IsConstantNull(receiver))