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