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