10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5516LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue); 5827LearnFromNullTest(leftOperand, ref this.State); 5876LearnFromNullTest(leftOperand, ref this.State); 6054LearnFromNullTest(receiver, ref savedState); 6863LearnFromNullTest(right, ref StateWhenTrue); 6869LearnFromNullTest(left, ref StateWhenTrue); 8156LearnFromNullTest(argument, ref State); 8180LearnFromNullTest(argument, ref StateWhenTrue); 8185LearnFromNullTest(argument, ref StateWhenFalse); 12323LearnFromNullTest(operand, ref StateWhenFalse);