2 writes to m_siInfo
mscorlib (2)
system\reflection\assemblyname.cs (2)
373m_siInfo = null; 380m_siInfo = info;
13 references to m_siInfo
mscorlib (13)
system\reflection\assemblyname.cs (13)
345if (m_siInfo == null) 348_Name = m_siInfo.GetString("_Name"); 349_PublicKey = (byte[]) m_siInfo.GetValue("_PublicKey", typeof(byte[])); 350_PublicKeyToken = (byte[]) m_siInfo.GetValue("_PublicKeyToken", typeof(byte[])); 352int lcid = (int)m_siInfo.GetInt32("_CultureInfo"); 357_CodeBase = m_siInfo.GetString("_CodeBase"); 358_Version = (Version) m_siInfo.GetValue("_Version", typeof(Version)); 359_HashAlgorithm = (AssemblyHashAlgorithm) m_siInfo.GetValue("_HashAlgorithm", typeof(AssemblyHashAlgorithm)); 360_StrongNameKeyPair = (StrongNameKeyPair) m_siInfo.GetValue("_StrongNameKeyPair", typeof(StrongNameKeyPair)); 361_VersionCompatibility = (AssemblyVersionCompatibility)m_siInfo.GetValue("_VersionCompatibility", typeof(AssemblyVersionCompatibility)); 362_Flags = (AssemblyNameFlags) m_siInfo.GetValue("_Flags", typeof(AssemblyNameFlags)); 365_HashAlgorithmForControl = (AssemblyHashAlgorithm) m_siInfo.GetValue("_HashAlgorithmForControl", typeof(AssemblyHashAlgorithm)); 366_HashForControl = (byte[]) m_siInfo.GetValue("_HashForControl", typeof(byte[]));