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