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)
33
public bool IsAtEnd => _position >=
_length
;
41
public override long Length =>
_length
;