1 write to _serverToClientStream
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
616
_serverToClientStream
= nodePipe;
3 references to _serverToClientStream
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (3)
775
await context.
_serverToClientStream
.WriteAsync(writeStreamBuffer, i, lengthToWrite, CancellationToken.None);
820
if (!object.ReferenceEquals(_clientToServerStream,
_serverToClientStream
))
822
_serverToClientStream
.Dispose();