2 implementations of HashAlgorithm
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceAssemblySymbol.cs (1)
415public AssemblyHashAlgorithm HashAlgorithm
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceAssemblySymbol.vb (1)
770Public ReadOnly Property HashAlgorithm As AssemblyHashAlgorithm Implements ISourceAssemblySymbolInternal.HashAlgorithm
3 references to HashAlgorithm
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
1975hashAlgorithm: sourceAssembly.HashAlgorithm, 2406var hashAlgorithm = assembly.HashAlgorithm;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceAssemblySymbol.vb (1)
770Public ReadOnly Property HashAlgorithm As AssemblyHashAlgorithm Implements ISourceAssemblySymbolInternal.HashAlgorithm