10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5242LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue); 5553LearnFromNullTest(leftOperand, ref this.State); 5602LearnFromNullTest(leftOperand, ref this.State); 5779LearnFromNullTest(receiver, ref savedState); 6448LearnFromNullTest(right, ref StateWhenTrue); 6454LearnFromNullTest(left, ref StateWhenTrue); 7700LearnFromNullTest(argument, ref State); 7724LearnFromNullTest(argument, ref StateWhenTrue); 7729LearnFromNullTest(argument, ref StateWhenFalse); 11527LearnFromNullTest(operand, ref StateWhenFalse);