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)
101public ServerMessage ReadServerMessage() => _reader.ReadServerMessage(); 138_reader.Dispose();