4 references to BytesCountAllowedToReadRemaining
Microsoft.Build (4)
Logging\BinaryLogger\BuildEventArgsReader.cs (4)
242(e is EndOfStreamException && _readStream.BytesCountAllowedToReadRemaining <= 0)) 266if (_readStream.BytesCountAllowedToReadRemaining > 0) 270serializedEventLength - _readStream.BytesCountAllowedToReadRemaining); 285SkipBytes(_readStream.BytesCountAllowedToReadRemaining);