15 references to AppActionType
SMSvcHost (15)
System\ServiceModel\Activation\AppAction.cs (13)
21AppActionType actionType; 27AppAction(AppActionType actionType) 34return new AppAction(AppActionType.Deleted); 39AppAction action = new AppAction(AppActionType.SettingsChanged); 46AppAction action = new AppAction(AppActionType.SettingsChanged); 51public AppActionType ActionType 93Fx.Assert(this.ActionType == AppActionType.Deleted, "We should get ApplicationCreated notification only when the App is to be deleted."); 96this.actionType = AppActionType.SettingsChanged; 104Fx.Assert(this.ActionType == AppActionType.SettingsChanged, 107this.actionType = AppActionType.Deleted; 112Fx.Assert(this.ActionType == AppActionType.SettingsChanged, 120Fx.Assert(this.ActionType == AppActionType.SettingsChanged, 128Fx.Assert(this.ActionType == AppActionType.SettingsChanged,
System\ServiceModel\Activation\ListenerAdapter.cs (2)
603if (app.PendingAction.ActionType == AppActionType.Deleted) 608else if (app.PendingAction.ActionType == AppActionType.SettingsChanged)