1 write to _bufferPool
System.Runtime.Remoting (1)
channels\core\bytebufferpool.cs (1)
65
_bufferPool
= new byte[_max][];
4 references to _bufferPool
System.Runtime.Remoting (4)
channels\core\bytebufferpool.cs (4)
100
byte[] buffer =
_bufferPool
[_current];
101
_bufferPool
[_current] = null;
171
_bufferPool
[0] = buffer;
182
_bufferPool
[_last] = buffer;