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