2 references to IsNullCheckExpression
Microsoft.CodeAnalysis.CSharp.Features (2)
InvokeDelegateWithConditionalAccessAnalyzer.cs (2)
230if (!IsNullCheckExpression(condition.Left, condition.Right) && 231!IsNullCheckExpression(condition.Right, condition.Left))