10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5844LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue);
6155LearnFromNullTest(leftOperand, ref this.State);
6204LearnFromNullTest(leftOperand, ref this.State);
6384LearnFromNullTest(receiver, ref savedState);
7241LearnFromNullTest(right, ref StateWhenTrue);
7247LearnFromNullTest(left, ref StateWhenTrue);
8569LearnFromNullTest(argument, ref State);
8593LearnFromNullTest(argument, ref StateWhenTrue);
8598LearnFromNullTest(argument, ref StateWhenFalse);
13138LearnFromNullTest(operand, ref StateWhenFalse);