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