8 references to _readBuffer
Microsoft.Build.Tasks.Core (8)
NodePipeBase.cs (8)
68_readTranslator = BinaryTranslator.GetReadTranslator(_readBuffer, InterningBinaryReader.CreateSharedBuffer()); 88_readBuffer.Dispose(); 135_readBuffer.Position = 0; 136_readBuffer.SetLength(packetLength); 137int packetBytesRead = Read(_readBuffer.GetBuffer(), packetLength); 186_readBuffer.Position = 0; 187_readBuffer.SetLength(packetLength); 188int packetBytesRead = await ReadAsync(_readBuffer.GetBuffer(), packetLength, cancellationToken).ConfigureAwait(false);