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)
77Debug.Assert(_usePool); 137Debug.Assert(_usePool && _activeStart == 0 && _availableStart == 0); 163byte[] newBytes = _usePool ? 191if (_usePool && buffer.Length > 0)