5 references to IsConstantNull
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\AbstractFlowPass.cs (3)
2963
if (
IsConstantNull
(node.LeftOperand))
3082
if (node.Receiver.ConstantValueOpt != null && !
IsConstantNull
(node.Receiver))
3101
if (
IsConstantNull
(node.Receiver))
FlowAnalysis\NullableWalker.cs (2)
5924
if (
IsConstantNull
(leftOperand))
6107
if (
IsConstantNull
(receiver))