10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5900LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue);
6211LearnFromNullTest(leftOperand, ref this.State);
6260LearnFromNullTest(leftOperand, ref this.State);
6440LearnFromNullTest(receiver, ref savedState);
7318LearnFromNullTest(right, ref StateWhenTrue);
7324LearnFromNullTest(left, ref StateWhenTrue);
8654LearnFromNullTest(argument, ref State);
8678LearnFromNullTest(argument, ref StateWhenTrue);
8683LearnFromNullTest(argument, ref StateWhenFalse);
13284LearnFromNullTest(operand, ref StateWhenFalse);