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