10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5454LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue); 5765LearnFromNullTest(leftOperand, ref this.State); 5814LearnFromNullTest(leftOperand, ref this.State); 5992LearnFromNullTest(receiver, ref savedState); 6768LearnFromNullTest(right, ref StateWhenTrue); 6774LearnFromNullTest(left, ref StateWhenTrue); 8061LearnFromNullTest(argument, ref State); 8085LearnFromNullTest(argument, ref StateWhenTrue); 8090LearnFromNullTest(argument, ref StateWhenFalse); 12019LearnFromNullTest(operand, ref StateWhenFalse);