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