9 references to Unreserve
mscorlib (9)
system\io\isolatedstorage\isolatedstoragefile.cs (8)
532Unreserve(RoundToBlockSize((ulong)oldLen)); 670Unreserve(s_DirSize*((ulong)dirList.Length)); 927Unreserve(RoundToBlockSize((ulong)(fileLen - destLen))); 939Unreserve(RoundToBlockSize((ulong)(fileLen - destLen))); 951Unreserve(RoundToBlockSizeFloor((ulong) (destLen - fileLen))); 1165Unreserve(s_DirSize); 1908Unreserve(RoundToBlockSize(newLen - oldLen)); 1925Unreserve(s_BlockSize);
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
276m_isf.Unreserve(oldFileSize - newFileSize);