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