10 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
5842LearnFromNullTest(operandComparedToNull, ref nonNullCase ? ref StateWhenFalse : ref StateWhenTrue); 6153LearnFromNullTest(leftOperand, ref this.State); 6202LearnFromNullTest(leftOperand, ref this.State); 6382LearnFromNullTest(receiver, ref savedState); 7260LearnFromNullTest(right, ref StateWhenTrue); 7266LearnFromNullTest(left, ref StateWhenTrue); 8596LearnFromNullTest(argument, ref State); 8620LearnFromNullTest(argument, ref StateWhenTrue); 8625LearnFromNullTest(argument, ref StateWhenFalse); 13206LearnFromNullTest(operand, ref StateWhenFalse);