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