10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5389LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue); 5700LearnFromNullTest(leftOperand, ref this.State); 5749LearnFromNullTest(leftOperand, ref this.State); 5926LearnFromNullTest(receiver, ref savedState); 6597LearnFromNullTest(right, ref StateWhenTrue); 6603LearnFromNullTest(left, ref StateWhenTrue); 7861LearnFromNullTest(argument, ref State); 7885LearnFromNullTest(argument, ref StateWhenTrue); 7890LearnFromNullTest(argument, ref StateWhenFalse); 11708LearnFromNullTest(operand, ref StateWhenFalse);