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)
104if (_current == _last) 177int newLast = (_last + 1) % _max; 182_bufferPool[_last] = buffer;