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