4 writes to _HashAlgorithmForControl
mscorlib (4)
system\reflection\assemblyname.cs (4)
191name._HashAlgorithmForControl=_HashAlgorithmForControl; 219_HashAlgorithmForControl=hashAlgorithm; 365_HashAlgorithmForControl = (AssemblyHashAlgorithm) m_siInfo.GetValue("_HashAlgorithmForControl", typeof(AssemblyHashAlgorithm)); 369_HashAlgorithmForControl = AssemblyHashAlgorithm.None;
2 references to _HashAlgorithmForControl
mscorlib (2)
system\reflection\assemblyname.cs (2)
191name._HashAlgorithmForControl=_HashAlgorithmForControl; 335info.AddValue("_HashAlgorithmForControl", _HashAlgorithmForControl, typeof(AssemblyHashAlgorithm));