2 references to hexChar
Microsoft.CodeAnalysis (2)
InternalUtilities\HexUtilities.cs (2)
34destination[destinationIndex++] = hexChar(value >> 4, firstHexLetter); 35destination[destinationIndex++] = hexChar(value & 0xF, firstHexLetter);