6 writes to next
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryOpcode.cs (6)
149
this.
next
= value;
197
this.
next
= null;
211
this.
next
= op;
254
this.
next
= null;
344
this.
next
= null;
359
this.
next
= with;
72 references to next
System.ServiceModel (72)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (2)
100
return this.
next
;
157
return this.
next
;
System\ServiceModel\Dispatcher\QueryBranchOp.cs (7)
165
return this.
next
;
202
return this.
next
;
299
return this.
next
;
329
return this.
next
;
408
return this.
next
;
797
return this.
next
;
1408
return this.
next
;
System\ServiceModel\Dispatcher\QueryCoreOp.cs (9)
28
return this.
next
;
42
return this.
next
;
56
return this.
next
;
70
return this.
next
;
110
return this.
next
;
159
return this.
next
;
198
return this.
next
;
237
return this.
next
;
338
return this.
next
;
System\ServiceModel\Dispatcher\QueryFunctions.cs (2)
37
return this.
next
;
220
return this.
next
;
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
1020
return this.
next
;
System\ServiceModel\Dispatcher\QueryMath.cs (6)
70
return this.
next
;
97
return this.
next
;
124
return this.
next
;
150
return this.
next
;
176
return this.
next
;
196
return this.
next
;
System\ServiceModel\Dispatcher\QueryOpcode.cs (17)
145
return this.
next
;
190
Opcode next = this.
next
;
210
Fx.Assert(null == this.
next
, "");
217
if (this.
next
!= null)
219
this.
next
.CollectXPathFilters(filters);
245
Opcode child = this.
next
;
276
return this.
next
;
303
if (null != this.
next
&& this.
next
.Equals(opcode))
305
return this.
next
;
322
if (null == this.
next
)
336
Fx.Assert(this.
next
== opcode, "");
351
if (this.
next
== replace)
356
this.DelinkFromConditional(this.
next
);
358
this.
next
.prev = null;
386
if (this.
next
!= null)
388
this.
next
.Trim();
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
779
return this.
next
;
System\ServiceModel\Dispatcher\QueryRelOp.cs (3)
63
return this.
next
;
170
return this.
next
;
243
return this.
next
;
System\ServiceModel\Dispatcher\QueryResultOp.cs (4)
30
return this.
next
;
102
return this.
next
;
229
return this.
next
;
270
return this.
next
;
System\ServiceModel\Dispatcher\QuerySelectOp.cs (10)
542
return this.
next
;
547
if (this.
next
== null || 0 == (this.
next
.Flags & OpcodeFlags.CompressableSelect))
553
return this.
next
;
556
return this.criteria.Select(node, sequence, (SelectOpcode)this.
next
);
612
return this.
next
;
627
Opcode returnOpcode = this.
next
;
632
if (this.
next
!= null && 0 != (this.
next
.Flags & OpcodeFlags.CompressableSelect))
636
returnOpcode = this.
next
.Eval(seq, node);
System\ServiceModel\Dispatcher\QuerySetOp.cs (5)
31
return this.
next
;
71
return this.
next
;
125
return this.
next
;
156
return this.
next
;
188
return this.
next
;
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (4)
691
return this.
next
;
708
return this.
next
;
732
return this.
next
;
738
return this.
next
;
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
469
return this.
next
;