3 writes to m_nRootDir
mscorlib (3)
system\io\isolatedstorage\isolatedstoragefile.cs (3)
2872++m_nRootDir; 2876m_nRootDir = m_RootDir.Length; // to prevent wrap around 2928m_nRootDir = -1;
5 references to m_nRootDir
mscorlib (5)
system\io\isolatedstorage\isolatedstoragefile.cs (5)
2874if (m_nRootDir >= m_RootDir.Length) 2880Contract.Assert(m_RootDir[m_nRootDir].Length < Path.MaxPath); 2881m_SubDir = Directory.GetDirectories(m_RootDir[m_nRootDir]); 2898m_Current.Path1 = Path.GetFileName(m_RootDir[m_nRootDir]); 2912else if (m_nRootDir >= m_RootDir.Length)