10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5804LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue);
6115LearnFromNullTest(leftOperand, ref this.State);
6164LearnFromNullTest(leftOperand, ref this.State);
6344LearnFromNullTest(receiver, ref savedState);
7201LearnFromNullTest(right, ref StateWhenTrue);
7207LearnFromNullTest(left, ref StateWhenTrue);
8532LearnFromNullTest(argument, ref State);
8556LearnFromNullTest(argument, ref StateWhenTrue);
8561LearnFromNullTest(argument, ref StateWhenFalse);
13083LearnFromNullTest(operand, ref StateWhenFalse);