6 writes to m_InfoFile
mscorlib (6)
system\io\isolatedstorage\isolatedstoragefile.cs (6)
1696this.m_InfoFile = sb.ToString() + s_AppInfoFile; 1730this.m_InfoFile = sb.ToString() + s_InfoFile; 1762this.m_InfoFile = sb.ToString() + s_InfoFile; 1841this.m_InfoFile = sb.ToString() + s_AppInfoFile; 1853this.m_InfoFile = sb.ToString() + s_InfoFile; 1866this.m_InfoFile = sb.ToString() + s_InfoFile;
10 references to m_InfoFile
mscorlib (10)
system\io\isolatedstorage\isolatedstoragefile.cs (10)
284m_handle = Open(m_InfoFile, GetSyncObjectName()); 315m_handle = Open(m_InfoFile, GetSyncObjectName()); 345m_handle = Open(m_InfoFile, GetSyncObjectName()); 377m_handle = Open(m_InfoFile, GetSyncObjectName()); 454m_handle = Open(m_InfoFile, GetSyncObjectName()); 491m_handle = Open(m_InfoFile, GetSyncObjectName()); 1808m_handle = Open(m_InfoFile, GetSyncObjectName()); 2239m_SyncObjectName = GetStrongHashSuitableForObjectName(m_InfoFile); 2265m_handle = Open(m_InfoFile, GetSyncObjectName()); 2291m_handle = Open(m_InfoFile, GetSyncObjectName());