2 references to HexDigitChar
Microsoft.Build.Framework (2)
EscapingUtilities.cs (2)
288
dst[dstIndex + 1] =
HexDigitChar
(ch >> 4);
289
dst[dstIndex + 2] =
HexDigitChar
(ch & 0x0F);