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