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