3 writes to end
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryStack.cs (1)
128this.bounds.end += growBy;
System\ServiceModel\Dispatcher\QueryUtil.cs (2)
38this.end = end; 89this.end += offset;
7 references to end
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryStack.cs (5)
117return (this.stackPtr > this.bounds.end); 292this.buffer.ReserveAt(this.frames.bounds.end + 1, growBy); 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)
System\ServiceModel\Dispatcher\QueryUtil.cs (2)
45return this.end - this.start + 1; 77return (this.start <= point && point <= this.end);