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)
33public bool IsAtEnd => _position >= _length; 43public override long Position { get => _position; set => throw new NotImplementedException(); } 49count = Math.Min((int)Math.Max(Length - _position, 0), count); 57if (Length - _position > 0) 72count = Math.Min((int)Math.Max(Length - _position, 0), count);