7 references to ActionType
SMSvcHost (7)
System\ServiceModel\Activation\AppAction.cs (5)
93
Fx.Assert(this.
ActionType
== AppActionType.Deleted, "We should get ApplicationCreated notification only when the App is to be deleted.");
104
Fx.Assert(this.
ActionType
== AppActionType.SettingsChanged,
112
Fx.Assert(this.
ActionType
== AppActionType.SettingsChanged,
120
Fx.Assert(this.
ActionType
== AppActionType.SettingsChanged,
128
Fx.Assert(this.
ActionType
== AppActionType.SettingsChanged,
System\ServiceModel\Activation\ListenerAdapter.cs (2)
603
if (app.PendingAction.
ActionType
== AppActionType.Deleted)
608
else if (app.PendingAction.
ActionType
== AppActionType.SettingsChanged)