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