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)
91
if (
_current
== -1)
100
byte[] buffer = _bufferPool[
_current
];
101
_bufferPool[
_current
] = null;
104
if (
_current
== _last)
111
_current = (
_current
+ 1) % _max;
169
if (
_current
== -1)
178
if (newLast !=
_current
)