6 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (1)
5331LearnFromNullTest(slot, expressionWithoutConversion.Type, ref state, markDependentSlotsNotNull: false);
FlowAnalysis\NullableWalker_Patterns.cs (5)
150LearnFromNullTest(inputSlot, inputType, ref this.State, markDependentSlotsNotNull: false); 163LearnFromNullTest(inputSlot, inputType, ref this.State, markDependentSlotsNotNull: false); 170LearnFromNullTest(inputSlot, inputType, ref this.State, markDependentSlotsNotNull: false); 576LearnFromNullTest(inputSlot, inputType, ref this.StateWhenFalse, markDependentSlotsNotNull: false); 586LearnFromNullTest(inputSlot, inputType, ref this.StateWhenTrue, markDependentSlotsNotNull: true);