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