5 references to RemainingBuffer
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ChunkedEncodingReadStream.cs (4)
71Debug.Assert(_connection.RemainingBuffer.Length == 0); 187Debug.Assert(_connection.RemainingBuffer.Length == 0); 361ReadOnlyMemory<byte> connectionBuffer = _connection.RemainingBuffer; 479drainedBytes += _connection.RemainingBuffer.Length;
System\Net\Http\SocketsHttpHandler\ContentLengthReadStream.cs (1)
178ReadOnlyMemory<byte> connectionBuffer = _connection.RemainingBuffer;