2 writes to branchContext
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (2)
427this.branchContext = null; 434this.branchContext = this.sourceContext.Clone();
5 references to branchContext
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (5)
432if (null == this.branchContext) 438this.branchContext.CopyFrom(this.sourceContext); 440return this.branchContext; 445if (null != this.branchContext) 447this.branchContext.Release();