1 write to m_Current
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefile.cs (1)
2933
m_Current
= new TwoPaths();
3 references to m_Current
mscorlib (3)
system\io\isolatedstorage\isolatedstoragefile.cs (3)
2898
m_Current
.Path1 = Path.GetFileName(m_RootDir[m_nRootDir]);
2899
m_Current
.Path2 = Path.GetFileName(m_SubDir[m_nSubDir]);
2919
return (Object)
m_Current
;