1 type derived from JumpOpcode
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
121class JumpIfOpcode : JumpOpcode
5 references to JumpOpcode
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
366((JumpOpcode)this.sourceJumps[0]).RemoveJump(this);
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (4)
102JumpOpcode insertJump = (JumpOpcode) insertPath[i]; 121JumpOpcode treeJump = (JumpOpcode) treePath[i];