FlowAnalysis\NullableWalker_Patterns.cs (3)
355TrackNullableStateForAssignment(valueOpt: null, expressionTypeWithAnnotations, originalInputSlot, expressionTypeWithState);
524TrackNullableStateForAssignment(valueOpt: null, type, outputSlot, type.ToTypeWithState());
655TrackNullableStateForAssignment(valueOpt: null, inferredType, localSlot, TypeWithState.Create(tempType, tempState), tempSlot);