1 write to _readStream
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
71
this.
_readStream
= TransparentReadStream.EnsureTransparentReadStream(binaryReader.BaseStream);
10 references to _readStream
Microsoft.Build (10)
Logging\BinaryLogger\BuildEventArgsReader.cs (10)
73
this._binaryReader = binaryReader.BaseStream ==
_readStream
75
: new BinaryReader(
_readStream
);
229
_readStream
.BytesCountAllowedToRead = serializedEventLength;
243
(e is EndOfStreamException &&
_readStream
.BytesCountAllowedToReadRemaining <= 0))
270
if (
_readStream
.BytesCountAllowedToReadRemaining > 0)
275
localSerializedEventLength -
_readStream
.BytesCountAllowedToReadRemaining);
290
SkipBytes(
_readStream
.BytesCountAllowedToReadRemaining);
343
_readStream
.BytesCountAllowedToRead = null;
359
_readStream
.BytesCountAllowedToRead = null;
466
_readStream
.BytesCountAllowedToRead = ReadInt32();