1 write to s_evpMd5
System.Security.Cryptography (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.DigestAlgs.cs (1)
32
s_evpMd5 != IntPtr.Zero ? s_evpMd5 : (
s_evpMd5
= CryptoNative_EvpMd5());
2 references to s_evpMd5
System.Security.Cryptography (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.DigestAlgs.cs (2)
32
s_evpMd5
!= IntPtr.Zero ?
s_evpMd5
: (s_evpMd5 = CryptoNative_EvpMd5());