5 references to GetHash
ILCompiler.ReadyToRun (5)
Compiler\CryptographicHashProvider.cs (5)
67
return
GetHash
(ref _lazySHA1Hash, algorithm);
70
return
GetHash
(ref _lazySHA256Hash, algorithm);
73
return
GetHash
(ref _lazySHA384Hash, algorithm);
76
return
GetHash
(ref _lazySHA512Hash, algorithm);
79
return
GetHash
(ref _lazyMD5Hash, algorithm);