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