3 writes to sequenceStack
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryProcessor.cs (3)
24this.sequenceStack = new EvalStack(1, 2); 180this.sequenceStack.CopyFrom(ref context.sequenceStack); 336this.valueStack.PopSequenceFrameTo(ref this.sequenceStack);
21 references to sequenceStack
System.ServiceModel (21)
System\ServiceModel\Dispatcher\QueryProcessor.cs (21)
58this.nodeCount = this.sequenceStack.CalculateNodecount(); 59if (this.nodeCount == 0 && !this.sequenceStack.InUse) 117return this.sequenceStack.Buffer; 125return this.sequenceStack.InUse; 133return (this.valueStack.frames.Count > 0 || this.sequenceStack.frames.Count > 0); 149return this.sequenceStack.TopArg; 168this.sequenceStack.Clear(); 178if (context.sequenceStack.frames.Count > 0) 180this.sequenceStack.CopyFrom(ref context.sequenceStack); 184this.sequenceStack.Clear(); 252this.sequenceStack.PopFrame(this); 259if (!this.sequenceStack.InUse) 260this.sequenceStack.contextOnTopOfStack = false; 311this.sequenceStack.PopSequenceFrameTo(ref this.valueStack); 317this.sequenceStack.Push(seq); 323this.sequenceStack.PushFrame(); 329if (!this.sequenceStack.InUse) 330this.sequenceStack.contextOnTopOfStack = true; 361this.sequenceStack.ReplaceAt(index, sequence); 392this.sequenceStack.TransferSequenceSizeTo(ref this.valueStack); 397this.sequenceStack.TransferPositionsTo(ref this.valueStack);