1 write to _length
Microsoft.Build (1)
Logging\BinaryLogger\Postprocessing\SubStream.cs (1)
25_length = length;
2 references to _length
Microsoft.Build (2)
Logging\BinaryLogger\Postprocessing\SubStream.cs (2)
33public bool IsAtEnd => _position >= _length; 41public override long Length => _length;