1 write to m_fileEnum
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefile.cs (1)
2598
m_fileEnum
= new TwoLevelFileEnumerator(m_rootDir);
3 references to m_fileEnum
mscorlib (3)
system\io\isolatedstorage\isolatedstoragefile.cs (3)
2620
if (
m_fileEnum
.MoveNext() == false)
2629
tp = (TwoPaths)
m_fileEnum
.Current;
2745
m_fileEnum
.Reset();