4 references to BytesCountAllowedToReadRemaining
Microsoft.Build (4)
Logging\BinaryLogger\BuildEventArgsReader.cs (4)
243
(e is EndOfStreamException && _readStream.
BytesCountAllowedToReadRemaining
<= 0))
270
if (_readStream.
BytesCountAllowedToReadRemaining
> 0)
275
localSerializedEventLength - _readStream.
BytesCountAllowedToReadRemaining
);
290
SkipBytes(_readStream.
BytesCountAllowedToReadRemaining
);