2 instantiations of BranchOpcode
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
56jumpBranch = new BranchOpcode();
System\ServiceModel\Dispatcher\QueryOpcode.cs (1)
196BranchOpcode branch = new BranchOpcode();
10 references to BranchOpcode
System.ServiceModel (10)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (8)
47BranchOpcode jumpBranch; 51jumpBranch = (BranchOpcode)this.jump; 90BranchOpcode jumpBranch = (BranchOpcode)this.jump; 1323BranchOpcode opcode = (BranchOpcode)next; 1471OpcodeList branches = ((BranchOpcode)jumpTo).Branches; 1574OpcodeList branches = ((BranchOpcode)opcode).Branches;
System\ServiceModel\Dispatcher\QueryOpcode.cs (1)
196BranchOpcode branch = new BranchOpcode();
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (1)
69OpcodeList branches = (((BranchOpcode) this.diverger.TreeOpcode).Branches);