2 references to ToHexStringNoDashes
System.Text.RegularExpressions.Generator (2)
RegexGenerator.Emitter.cs (2)
524
string hexBitmap =
ToHexStringNoDashes
(bitmap);
5560
return $"{prefix}{
ToHexStringNoDashes
(sha.ComputeHash(Encoding.UTF8.GetBytes(toEncode)))}";