5 references to IsConstantNull
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\AbstractFlowPass.cs (3)
2931
if (
IsConstantNull
(node.LeftOperand))
3050
if (node.Receiver.ConstantValueOpt != null && !
IsConstantNull
(node.Receiver))
3069
if (
IsConstantNull
(node.Receiver))
FlowAnalysis\NullableWalker.cs (2)
5588
if (
IsConstantNull
(leftOperand))
5770
if (
IsConstantNull
(receiver))