4 references to AssemblyHashAlgorithm
System.Private.CoreLib (4)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (2)
135public static uint Read(this NativeReader reader, uint offset, out AssemblyHashAlgorithm value) 139value = (AssemblyHashAlgorithm)ivalue;
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
4722public AssemblyHashAlgorithm HashAlgorithm => _hashAlgorithm; 4723private readonly AssemblyHashAlgorithm _hashAlgorithm;