1 write to Jump
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
16this.Jump = jump;
8 references to Jump
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (5)
170return this.Jump; 199return this.Jump; 326return this.Jump; 1460Opcode jumpTo = jump.Jump; 1487postJump = jump.Jump.Next;
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (3)
112if (-1 == insertPath.IndexOf(insertJump.Jump, i + 1)) 114Fx.Assert(insertJump.Jump.ID == OpcodeID.BlockEnd, ""); 116BlockEndOpcode jumpTo = (BlockEndOpcode) insertJump.Jump;