10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5308LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue); 5619LearnFromNullTest(leftOperand, ref this.State); 5668LearnFromNullTest(leftOperand, ref this.State); 5845LearnFromNullTest(receiver, ref savedState); 6514LearnFromNullTest(right, ref StateWhenTrue); 6520LearnFromNullTest(left, ref StateWhenTrue); 7772LearnFromNullTest(argument, ref State); 7796LearnFromNullTest(argument, ref StateWhenTrue); 7801LearnFromNullTest(argument, ref StateWhenFalse); 11599LearnFromNullTest(operand, ref StateWhenFalse);