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