4 writes to jump
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (4)
43this.jump = jumpTo; 58this.jump = jumpBranch; 95this.jump = null; 102this.jump = null;
14 references to jump
System.ServiceModel (14)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (14)
24return this.jump; 41if (null == this.jump) 48if (this.jump.ID == OpcodeID.Branch) 51jumpBranch = (BranchOpcode)this.jump; 55BlockEndOpcode currentJump = (BlockEndOpcode)this.jump; 64if (conditional && null != this.jump) 72if (null == this.jump) 80Fx.Assert(null != this.jump, ""); 88if (this.jump.ID == OpcodeID.Branch) 90BranchOpcode jumpBranch = (BranchOpcode)this.jump; 100Fx.Assert(object.ReferenceEquals(jumpTo, this.jump), ""); 105if (conditional && null != this.jump) 113if (this.jump.ID == OpcodeID.Branch) 115this.jump.Trim();