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
;
177
int newLast = (_last + 1) %
_max
;