8 references to SettingsChanged
SMSvcHost (8)
System\ServiceModel\Activation\AppAction.cs (7)
39
AppAction action = new AppAction(AppActionType.
SettingsChanged
);
46
AppAction action = new AppAction(AppActionType.
SettingsChanged
);
96
this.actionType = AppActionType.
SettingsChanged
;
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 (1)
608
else if (app.PendingAction.ActionType == AppActionType.
SettingsChanged
)