6 writes to _current
System.Runtime.Remoting (6)
channels\core\bytebufferpool.cs (6)
68_current = -1; 107_current = -1; 111_current = (_current + 1) % _max; 131_current = -1; 172_current = 0; 195_current = -1;
7 references to _current
System.Runtime.Remoting (7)
channels\core\bytebufferpool.cs (7)
91if (_current == -1) 100byte[] buffer = _bufferPool[_current]; 101_bufferPool[_current] = null; 104if (_current == _last) 111_current = (_current + 1) % _max; 169if (_current == -1) 178if (newLast != _current)