5 writes to _last
System.Runtime.Remoting (5)
channels\core\bytebufferpool.cs (5)
69
_last
= -1;
132
_last
= -1;
173
_last
= 0;
181
_last
= newLast;
196
_last
= -1;
3 references to _last
System.Runtime.Remoting (3)
channels\core\bytebufferpool.cs (3)
104
if (_current ==
_last
)
177
int newLast = (
_last
+ 1) % _max;
182
_bufferPool[
_last
] = buffer;