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