Searched refs:hexStringLookup (Results 1 – 1 of 1) sorted by relevance
485 var lookup = hexStringLookup.Value; in ToHexString()496 return hexStringLookup.Value[value]; in ToHex()1866 private static readonly Lazy<string[]> hexStringLookup = new Lazy<string[]>(() => field in Antmicro.Renode.Utilities.Misc