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