2 references to BinarySearchSegment
System.Formats.Tar (2)
System\Formats\Tar\GnuSparseStream.cs (2)
376
int result =
BinarySearchSegment
(virtualPosition, 0, _segments.Length - 1);
384
int result =
BinarySearchSegment
(virtualPosition, 0, _currentSegmentIndex - 1);