3 references to FromHash
ILAssembler (1)
GrammarVisitor.cs (1)
305return BlobContentId.FromHash(hash.GetHashAndReset());
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
882BinaryPrimitives.WriteUInt32LittleEndian(timestamp, BlobContentId.FromHash(hash.ToArray()).Stamp);
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
882BinaryPrimitives.WriteUInt32LittleEndian(timestamp, BlobContentId.FromHash(hash.ToArray()).Stamp);