10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5574LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue);
5885LearnFromNullTest(leftOperand, ref this.State);
5934LearnFromNullTest(leftOperand, ref this.State);
6112LearnFromNullTest(receiver, ref savedState);
6963LearnFromNullTest(right, ref StateWhenTrue);
6969LearnFromNullTest(left, ref StateWhenTrue);
8251LearnFromNullTest(argument, ref State);
8275LearnFromNullTest(argument, ref StateWhenTrue);
8280LearnFromNullTest(argument, ref StateWhenFalse);
12485LearnFromNullTest(operand, ref StateWhenFalse);