1 instantiation of OpcodeList
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
661this.branches = new OpcodeList(2);
6 references to OpcodeList
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (5)
650OpcodeList branches; 664internal OpcodeList Branches 1324OpcodeList branches = opcode.Branches; 1471OpcodeList branches = ((BranchOpcode)jumpTo).Branches; 1574OpcodeList branches = ((BranchOpcode)opcode).Branches;
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (1)
69OpcodeList branches = (((BranchOpcode) this.diverger.TreeOpcode).Branches);