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