1 write to _max
System.Runtime.Remoting (1)
channels\core\bytebufferpool.cs (1)
64_max = maxBuffers;
3 references to _max
System.Runtime.Remoting (3)
channels\core\bytebufferpool.cs (3)
65_bufferPool = new byte[_max][]; 111_current = (_current + 1) % _max; 177int newLast = (_last + 1) % _max;