10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5578LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue);
5889LearnFromNullTest(leftOperand, ref this.State);
5938LearnFromNullTest(leftOperand, ref this.State);
6116LearnFromNullTest(receiver, ref savedState);
6967LearnFromNullTest(right, ref StateWhenTrue);
6973LearnFromNullTest(left, ref StateWhenTrue);
8255LearnFromNullTest(argument, ref State);
8279LearnFromNullTest(argument, ref StateWhenTrue);
8284LearnFromNullTest(argument, ref StateWhenFalse);
12491LearnFromNullTest(operand, ref StateWhenFalse);