1 write to pendingAction
SMSvcHost (1)
System\ServiceModel\Activation\App.cs (1)
48this.pendingAction = action;
2 references to pendingAction
SMSvcHost (2)
System\ServiceModel\Activation\App.cs (2)
37return this.pendingAction; 45Fx.Assert(this.pendingAction == null, "There is already a pending action.");