3 references to GetSearchBlockForOffset
WindowsBase (3)
Base\MS\Internal\IO\Packaging\SparseMemoryStream.cs (3)
109int removeIndex = _memoryStreamList.BinarySearch(GetSearchBlockForOffset(newLength)); 226int index = _memoryStreamList.BinarySearch(GetSearchBlockForOffset(_currentStreamPosition)); 520int index = _memoryStreamList.BinarySearch(GetSearchBlockForOffset(_currentStreamPosition));