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