3 references to CharacterHexDigitToDecimal
System.Runtime.Remoting (3)
channels\http\httpchannelhelper.cs (2)
235(16 * CharacterHexDigitToDecimal(uriBytes[co + 1]) + 236CharacterHexDigitToDecimal(uriBytes[co + 2]));
channels\http\httpstreams.cs (1)
394int value = HttpChannelHelper.CharacterHexDigitToDecimal(b);