2 references to GetStrongHashSuitableForObjectName
mscorlib (2)
system\io\isolatedstorage\isolatedstoragefile.cs (2)
2220return new Mutex(false, "Global\\" + GetStrongHashSuitableForObjectName(pathName)); 2239m_SyncObjectName = GetStrongHashSuitableForObjectName(m_InfoFile);