2 writes to m_siInfo
mscorlib (2)
system\reflection\assemblyname.cs (2)
373
m_siInfo
= null;
380
m_siInfo
= info;
13 references to m_siInfo
mscorlib (13)
system\reflection\assemblyname.cs (13)
345
if (
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[]));
352
int 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[]));