2 writes to Next
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryOpcode.cs (2)
443
opcode.
Next
= null;
473
this.last.
Next
= null;
28 references to Next
System.ServiceModel (28)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (11)
1067
Opcode nextOpcode = branch.Branch.
Next
;
1187
context.EvalCodeBlock(result.Branch.Branch.
Next
);
1191
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(result.Branch.Branch.
Next
));
1195
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(result.Branch.Branch.
Next
));
1290
queryBranch.Branch.
Next
.Add(literal.
Next
);
1294
this.AddAlwaysBranch(queryBranch, literal.
Next
);
1474
postJump = branches[i].
Next
;
1487
postJump = jump.Jump.
Next
;
1499
Fx.Assert(null != next.
Next
, "");
1500
return (!next.
Next
.TestFlag(OpcodeFlags.Result));
System\ServiceModel\Dispatcher\QueryOpcode.cs (2)
403
for (this.last = this.first; this.last.
Next
!= null; this.last = this.last.
Next
);
System\ServiceModel\Dispatcher\QuerySelectOp.cs (2)
333
Opcode returnOpcode = next.
Next
;
639
returnOpcode = returnOpcode.
Next
;
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (10)
51
return this.ops.
Next
;
70
start = start.
Next
;
71
ops = ops.
Next
;
172
while (op2.
Next
!= null)
174
op2 = op2.
Next
;
396
Opcode op = this.children[i].FirstOp.
Next
;
503
while (ops.
Next
!= null)
505
ops = ops.
Next
;
517
ops = ops.
Next
;
520
ops = ops.
Next
;
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (3)
203
treeNext = treeNext.
Next
;
211
treeNext = this.treeOpcode.
Next
;
216
this.insertOpcode = this.insertOpcode.
Next
;