3 writes to _position
Microsoft.Build (3)
Logging\BinaryLogger\Postprocessing\SubStream.cs (3)
51
_position
+= read;
62
_position
++;
80
_position
+= read;
5 references to _position
Microsoft.Build (5)
Logging\BinaryLogger\Postprocessing\SubStream.cs (5)
33
public bool IsAtEnd =>
_position
>= _length;
43
public override long Position { get =>
_position
; set => throw new NotImplementedException(); }
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);