Base:
3 references to Length
Microsoft.Build (3)
Logging\BinaryLogger\Postprocessing\SubStream.cs (3)
49count = Math.Min((int)Math.Max(Length - _position, 0), count); 57if (Length - _position > 0) 72count = Math.Min((int)Math.Max(Length - _position, 0), count);