1 write to activationProxy
System.ServiceModel (1)
System\ServiceModel\Transactions\WsatProxy.cs (1)
295this.activationProxy = newProxy;
4 references to activationProxy
System.ServiceModel (4)
System\ServiceModel\Transactions\WsatProxy.cs (4)
248if (this.activationProxy == null) 255ActivationProxy proxy = this.activationProxy; 293if (this.activationProxy != null) 294this.activationProxy.Release();