2 references to IsSupportedAlgorithm
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEAssemblyBuilder.cs (1)
145
if (!CryptographicHashProvider.
IsSupportedAlgorithm
(_sourceAssembly.HashAlgorithm))
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\PEAssemblyBuilder.vb (1)
99
If Not CryptographicHashProvider.
IsSupportedAlgorithm
(m_SourceAssembly.HashAlgorithm) Then