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