1 write to bounds
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryStack.cs (1)
86this.bounds = bounds;
12 references to bounds
System.ServiceModel (12)
System\ServiceModel\Dispatcher\QueryStack.cs (12)
101return this.stackPtr - this.bounds.start + 1; 117return (this.stackPtr > this.bounds.end); 123this.stackPtr = this.bounds.start - 1; 128this.bounds.end += growBy; 133return this.bounds.IsInRange(this.stackPtr); 138return this.bounds.IsInRange(stackPtr); 149this.bounds.Shift(shiftBy); 292this.buffer.ReserveAt(this.frames.bounds.end + 1, growBy); 298int growBy = this.stack.bounds.Count; 304this.buffer.ReserveAt(this.stack.bounds.end + 1, growBy); 657if ((this.stack.stackPtr + nodeCount) > this.stack.bounds.end) 679if ((this.stack.stackPtr + nodeCount) > this.stack.bounds.end)