2 references to HexDigitChar
MSBuild (2)
EscapingUtilities.cs (2)
275
sb.Append(
HexDigitChar
(ch / 0x10));
276
sb.Append(
HexDigitChar
(ch & 0x0F));