7 references to ActionType
SMSvcHost (7)
System\ServiceModel\Activation\AppAction.cs (5)
93Fx.Assert(this.ActionType == AppActionType.Deleted, "We should get ApplicationCreated notification only when the App is to be deleted."); 104Fx.Assert(this.ActionType == AppActionType.SettingsChanged, 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)