10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5732LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue);
6043LearnFromNullTest(leftOperand, ref this.State);
6092LearnFromNullTest(leftOperand, ref this.State);
6270LearnFromNullTest(receiver, ref savedState);
7127LearnFromNullTest(right, ref StateWhenTrue);
7133LearnFromNullTest(left, ref StateWhenTrue);
8408LearnFromNullTest(argument, ref State);
8432LearnFromNullTest(argument, ref StateWhenTrue);
8437LearnFromNullTest(argument, ref StateWhenFalse);
12669LearnFromNullTest(operand, ref StateWhenFalse);