1 write to _hashAlgorithm
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
4698
offset = streamReader.Read(offset, out
_hashAlgorithm
);
1 reference to _hashAlgorithm
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
4722
public AssemblyHashAlgorithm HashAlgorithm =>
_hashAlgorithm
;