1 write to _readStream
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1062
_readStream
= ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_11)
2 references to _readStream
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
1120
int bytesRead = await
_readStream
.ReadAsync(_headerByte.AsMemory(), CancellationToken.None).ConfigureAwait(false);
1145
int bytesRead = await
_readStream
.ReadAsync(packetData.AsMemory(totalBytesRead, packetLength - totalBytesRead), CancellationToken.None).ConfigureAwait(false);