2 instantiations of 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);
1 reference to AssemblyHash
mscorlib (1)
system\configuration\assemblies\assemblyhash.cs (1)
26
public static readonly
AssemblyHash
Empty = new AssemblyHash(AssemblyHashAlgorithm.None, null);