5 references to IsConstantNull
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\AbstractFlowPass.cs (3)
2942
if (
IsConstantNull
(node.LeftOperand))
3061
if (node.Receiver.ConstantValueOpt != null && !
IsConstantNull
(node.Receiver))
3080
if (
IsConstantNull
(node.Receiver))
FlowAnalysis\NullableWalker.cs (2)
5735
if (
IsConstantNull
(leftOperand))
5917
if (
IsConstantNull
(receiver))