2 references to FindOffsetOfNextAvailableBlockAfter
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (2)
418
long writeCacheStartOftheNextBlock =
FindOffsetOfNextAvailableBlockAfter
(_writeCache, start);
442
long readCacheStartOftheNextBlock =
FindOffsetOfNextAvailableBlockAfter
(_readCache, start);