3 references to MarkDependentSlotsNotNull
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (2)
5346MarkDependentSlotsNotNull(slot, expressionType, ref state); 5371MarkDependentSlotsNotNull(childSlot, member.GetTypeOrReturnType().Type, ref state, depth - 1);
FlowAnalysis\NullableWalker_Patterns.cs (1)
573MarkDependentSlotsNotNull(inputSlot, inputType, ref this.StateWhenFalse);