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