10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5303LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue); 5614LearnFromNullTest(leftOperand, ref this.State); 5663LearnFromNullTest(leftOperand, ref this.State); 5840LearnFromNullTest(receiver, ref savedState); 6509LearnFromNullTest(right, ref StateWhenTrue); 6515LearnFromNullTest(left, ref StateWhenTrue); 7761LearnFromNullTest(argument, ref State); 7785LearnFromNullTest(argument, ref StateWhenTrue); 7790LearnFromNullTest(argument, ref StateWhenFalse); 11588LearnFromNullTest(operand, ref StateWhenFalse);