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