10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5523LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue); 5834LearnFromNullTest(leftOperand, ref this.State); 5883LearnFromNullTest(leftOperand, ref this.State); 6061LearnFromNullTest(receiver, ref savedState); 6871LearnFromNullTest(right, ref StateWhenTrue); 6877LearnFromNullTest(left, ref StateWhenTrue); 8159LearnFromNullTest(argument, ref State); 8183LearnFromNullTest(argument, ref StateWhenTrue); 8188LearnFromNullTest(argument, ref StateWhenFalse); 12347LearnFromNullTest(operand, ref StateWhenFalse);