9 references to Sha1
ILCompiler.ReadyToRun (4)
Compiler\CryptographicHashProvider.cs (3)
66
case AssemblyHashAlgorithm.
Sha1
:
137
case AssemblyHashAlgorithm.
Sha1
:
162
case AssemblyHashAlgorithm.
Sha1
:
Compiler\DependencyAnalysis\ReadyToRun\ManifestMetadataTableNode.cs (1)
102
hashAlgorithm = AssemblyHashAlgorithm.
Sha1
;
Microsoft.CodeAnalysis (3)
CryptographicHashProvider.cs (3)
44
case AssemblyHashAlgorithm.
Sha1
:
135
case AssemblyHashAlgorithm.
Sha1
:
162
case AssemblyHashAlgorithm.
Sha1
:
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceAssemblySymbol.cs (1)
424
return AssemblyAlgorithmIdAttributeSetting ?? AssemblyHashAlgorithm.
Sha1
;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceAssemblySymbol.vb (1)
782
Return If(AssemblyAlgorithmIdAttributeSetting, AssemblyHashAlgorithm.
Sha1
)