4 references to GetLength
mscorlib (4)
system\io\isolatedstorage\isolatedstoragefile.cs (3)
517
oldLen = LongPathFile.
GetLength
(fullPath);
887
fileLen = LongPathFile.
GetLength
(sourceFileNameFullPath);
905
destLen = LongPathFile.
GetLength
(destinationFileNameFullPath);
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
205
oldFileSize = IsolatedStorageFile.RoundToBlockSize((ulong)LongPathFile.
GetLength
(m_FullPath));