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