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