5 references to Reserve
mscorlib (5)
system\io\isolatedstorage\isolatedstoragefile.cs (4)
662Reserve(s_DirSize*((ulong)dirList.Length)); 918Reserve(RoundToBlockSize((ulong)(fileLen - destLen))); 1915Reserve(RoundToBlockSize(newLen - oldLen)); 1920Reserve(s_BlockSize);
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
278m_isf.Reserve(newFileSize - oldFileSize);