2 references to DecimalToCharacterHexDigit
System.Runtime.Remoting (2)
channels\http\httpchannelhelper.cs (2)
331
sb.Append(HttpChannelHelper.
DecimalToCharacterHexDigit
(b >> 4));
332
sb.Append(HttpChannelHelper.
DecimalToCharacterHexDigit
(b & 0xF));