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