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