1 write to coordinationService
System.ServiceModel (1)
System\ServiceModel\Transactions\WsatProxy.cs (1)
341
this.
coordinationService
= new CoordinationService(config, this.protocolVersion);
3 references to coordinationService
System.ServiceModel (3)
System\ServiceModel\Transactions\WsatProxy.cs (3)
323
if (this.
coordinationService
== null)
327
if (this.
coordinationService
== null)
353
return this.
coordinationService
;