4 references to HashAlgorithm
ILCompiler.MetadataTransform (4)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (4)
4170
if (
HashAlgorithm
!= other.
HashAlgorithm
) return false;
4190
hash = ((hash << 13) - (hash >> 19)) ^
HashAlgorithm
.GetHashCode();
4214
writer.Write(
HashAlgorithm
);