3 references to FromHash
ILAssembler (1)
GrammarVisitor.cs (1)
258return BlobContentId.FromHash(hash.GetHashAndReset());
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
880writer.Write(BlobContentId.FromHash(SHA256.HashData(originalOutput)).Stamp);
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
880writer.Write(BlobContentId.FromHash(SHA256.HashData(originalOutput)).Stamp);