4 references to Deleted
SMSvcHost (4)
System\ServiceModel\Activation\AppAction.cs (3)
34return new AppAction(AppActionType.Deleted); 93Fx.Assert(this.ActionType == AppActionType.Deleted, "We should get ApplicationCreated notification only when the App is to be deleted."); 107this.actionType = AppActionType.Deleted;
System\ServiceModel\Activation\ListenerAdapter.cs (1)
603if (app.PendingAction.ActionType == AppActionType.Deleted)