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