2 writes to txFacet
System.ServiceModel (2)
System\ServiceModel\OperationContext.cs (2)
352
set { this.
txFacet
= value; }
427
this.
txFacet
= null;
3 references to txFacet
System.ServiceModel (3)
System\ServiceModel\OperationContext.cs (3)
351
get { return this.
txFacet
; }
455
if (this.
txFacet
== null)
460
this.
txFacet
.Completed();