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