4 references to HashAlgorithm
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditAndContinueDebugInfoReader.cs (1)
159algorithmId = _pdbReader.GetGuid(document.HashAlgorithm);
PdbSourceDocument\DocumentDebugInfoReader.cs (1)
47var hashAlgorithmGuid = _pdbReader.GetGuid(document.HashAlgorithm);
Microsoft.CodeAnalysis.Rebuild (1)
CompilationOptionsReader.cs (1)
186var hashAlgorithmGuid = PdbReader.GetGuid(document.HashAlgorithm);
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\Document.cs (1)
46/// <see cref="HashAlgorithm"/> determines the algorithm used to produce this hash.