6 references to LearnFromNullTest
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (1)
6049LearnFromNullTest(slot, expressionWithoutConversion.Type, ref state, markDependentSlotsNotNull: false);
FlowAnalysis\NullableWalker_Patterns.cs (5)
175LearnFromNullTest(inputSlot, inputType, ref this.State, markDependentSlotsNotNull: false); 188LearnFromNullTest(inputSlot, inputType, ref this.State, markDependentSlotsNotNull: false); 195LearnFromNullTest(inputSlot, inputType, ref this.State, markDependentSlotsNotNull: false); 563LearnFromNullTest(inputSlot, inputType, ref this.StateWhenFalse, markDependentSlotsNotNull: false); 573LearnFromNullTest(inputSlot, inputType, ref this.StateWhenTrue, markDependentSlotsNotNull: true);