2 writes to start
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryUtil.cs (2)
37this.start = start; 88this.start += offset;
5 references to start
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryStack.cs (3)
87this.stackPtr = bounds.start - 1; 101return this.stackPtr - this.bounds.start + 1; 123this.stackPtr = this.bounds.start - 1;
System\ServiceModel\Dispatcher\QueryUtil.cs (2)
45return this.end - this.start + 1; 77return (this.start <= point && point <= this.end);