2 references to AssemblyHash
mscorlib (2)
system\configuration\assemblies\assemblyhash.cs (2)
26public static readonly AssemblyHash Empty = new AssemblyHash(AssemblyHashAlgorithm.None, null); 72return new AssemblyHash(_Algorithm, _Value);