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