1 write to ContentReader
Microsoft.Build (1)
Logging\BinaryLogger\Postprocessing\ArchiveFile.cs (1)
63=> ContentReader = contentReader;
4 references to ContentReader
Microsoft.Build (4)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
414archiveStream.ContentReader.BaseStream,
Logging\BinaryLogger\Postprocessing\ArchiveFile.cs (3)
83var content = ContentReader.ReadToEnd(); 84ContentReader.Dispose(); 89=> ContentReader.Dispose();