8 references to _readBuffer
Microsoft.Build.Tasks.Core (8)
NodePipeBase.cs (8)
65_readTranslator = BinaryTranslator.GetReadTranslator(_readBuffer, InterningBinaryReader.CreateSharedBuffer()); 85_readBuffer.Dispose(); 128_readBuffer.Position = 0; 129_readBuffer.SetLength(packetLength); 130int packetBytesRead = Read(_readBuffer.GetBuffer(), packetLength); 178_readBuffer.Position = 0; 179_readBuffer.SetLength(packetLength); 180int packetBytesRead = await ReadAsync(_readBuffer.GetBuffer(), packetLength, cancellationToken).ConfigureAwait(false);