2 references to HexDigitChar
Microsoft.Build.Framework (2)
EscapingUtilities.cs (2)
252destination[1] = HexDigitChar(ch >> 4); 253destination[2] = HexDigitChar(ch & 0x0F);