1 write to _reader
Microsoft.Build (1)
BackEnd\BuildManager\CoordinatorClient.Connection.cs (1)
40
_reader
= new BinaryReader(pipeStream, Encoding.UTF8, leaveOpen: true);
2 references to _reader
Microsoft.Build (2)
BackEnd\BuildManager\CoordinatorClient.Connection.cs (2)
101
public ServerMessage ReadServerMessage() =>
_reader
.ReadServerMessage();
138
_reader
.Dispose();