1 write to _sha256
ILCompiler.Compiler (1)
Compiler\XmlObjectDumper.cs (1)
36
_sha256
= SHA256.Create();
1 reference to _sha256
ILCompiler.Compiler (1)
Compiler\XmlObjectDumper.cs (1)
73
return Convert.ToHexStringLower(
_sha256
.ComputeHash(data));