10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5828LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue);
6139LearnFromNullTest(leftOperand, ref this.State);
6188LearnFromNullTest(leftOperand, ref this.State);
6368LearnFromNullTest(receiver, ref savedState);
7246LearnFromNullTest(right, ref StateWhenTrue);
7252LearnFromNullTest(left, ref StateWhenTrue);
8582LearnFromNullTest(argument, ref State);
8606LearnFromNullTest(argument, ref StateWhenTrue);
8611LearnFromNullTest(argument, ref StateWhenFalse);
13196LearnFromNullTest(operand, ref StateWhenFalse);