10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
4796LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue);
5107LearnFromNullTest(leftOperand, ref this.State);
5141LearnFromNullTest(leftOperand, ref this.State);
5318LearnFromNullTest(receiver, ref savedState);
5858LearnFromNullTest(right, ref StateWhenTrue);
5864LearnFromNullTest(left, ref StateWhenTrue);
6906LearnFromNullTest(argument, ref State);
6930LearnFromNullTest(argument, ref StateWhenTrue);
6935LearnFromNullTest(argument, ref StateWhenFalse);
10611LearnFromNullTest(operand, ref StateWhenFalse);