2 references to toHex
Microsoft.CodeAnalysis (2)
InternalUtilities\HexUtilities.cs (2)
21
? static (destination, bytes) =>
toHex
(bytes, destination, 'A')
22
: static (destination, bytes) =>
toHex
(bytes, destination, 'a'));