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