3 instantiations of BranchContext
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (3)
738
BranchContext branchContext = new
BranchContext
(context); // struct. fast
1052
BranchContext branchContext = new
BranchContext
(context); // struct. quick.
1125
BranchContext branchContext = new
BranchContext
(context);
3 references to BranchContext
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (3)
738
BranchContext
branchContext = new BranchContext(context); // struct. fast
1052
BranchContext
branchContext = new BranchContext(context); // struct. quick.
1125
BranchContext
branchContext = new BranchContext(context);