5 references to IsConstantNull
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\AbstractFlowPass.cs (3)
3012
if (
IsConstantNull
(node.LeftOperand))
3131
if (node.Receiver.ConstantValueOpt != null && !
IsConstantNull
(node.Receiver))
3150
if (
IsConstantNull
(node.Receiver))
FlowAnalysis\NullableWalker.cs (2)
6150
if (
IsConstantNull
(leftOperand))
6335
if (
IsConstantNull
(receiver))