10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5400LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue); 5711LearnFromNullTest(leftOperand, ref this.State); 5760LearnFromNullTest(leftOperand, ref this.State); 5938LearnFromNullTest(receiver, ref savedState); 6714LearnFromNullTest(right, ref StateWhenTrue); 6720LearnFromNullTest(left, ref StateWhenTrue); 8007LearnFromNullTest(argument, ref State); 8031LearnFromNullTest(argument, ref StateWhenTrue); 8036LearnFromNullTest(argument, ref StateWhenFalse); 11965LearnFromNullTest(operand, ref StateWhenFalse);