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