4 references to _readBuffer
dotnet.Tests (4)
CommandTests\Test\NamedPipeClient.cs (4)
113int currentReadBytes = await _namedPipeClientStream.ReadAsync(_readBuffer.AsMemory(currentReadIndex, _readBuffer.Length), cancellationToken).ConfigureAwait(false); 132currentMessageSize = BitConverter.ToInt32(_readBuffer, 0); 141await _messageBuffer.WriteAsync(_readBuffer.AsMemory(currentReadIndex, missingBytesToReadOfCurrentChunk), cancellationToken).ConfigureAwait(false);