2 writes to m_RootDir
mscorlib (2)
system\io\isolatedstorage\isolatedstoragefile.cs (2)
2927
m_RootDir
= null;
2937
m_RootDir
= Directory.GetDirectories(m_Root);
7 references to m_RootDir
mscorlib (7)
system\io\isolatedstorage\isolatedstoragefile.cs (7)
2847
if (
m_RootDir
.Length == 0)
2874
if (m_nRootDir >=
m_RootDir
.Length)
2876
m_nRootDir =
m_RootDir
.Length; // to prevent wrap around
2880
Contract.Assert(
m_RootDir
[m_nRootDir].Length < Path.MaxPath);
2881
m_SubDir = Directory.GetDirectories(
m_RootDir
[m_nRootDir]);
2898
m_Current.Path1 = Path.GetFileName(
m_RootDir
[m_nRootDir]);
2912
else if (m_nRootDir >=
m_RootDir
.Length)