2 writes to _usePool
System.Net.Http (2)
src\libraries\Common\src\System\Net\ArrayBuffer.cs (2)
42
_usePool
= usePool;
54
_usePool
= false;
4 references to _usePool
System.Net.Http (4)
src\libraries\Common\src\System\Net\ArrayBuffer.cs (4)
77
Debug.Assert(
_usePool
);
137
Debug.Assert(
_usePool
&& _activeStart == 0 && _availableStart == 0);
163
byte[] newBytes =
_usePool
?
191
if (
_usePool
&& buffer.Length > 0)