1 write to currentRecordStream
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
131this.currentRecordStream = new MemoryStream(65536);
3 references to currentRecordStream
Microsoft.Build (3)
Logging\BinaryLogger\BuildEventArgsWriter.cs (3)
136this.currentRecordWriter = new BinaryWriter(currentRecordStream); 147this.currentRecordStream.SetLength(0); 150FlushRecordToFinalStream(eventKind, currentRecordStream);