6 references to HexToInt
System.ServiceModel.Internals (6)
System\Runtime\UrlUtility.cs (6)
301
int h1 =
HexToInt
(s[pos + 2]);
302
int h2 =
HexToInt
(s[pos + 3]);
303
int h3 =
HexToInt
(s[pos + 4]);
304
int h4 =
HexToInt
(s[pos + 5]);
318
int h1 =
HexToInt
(s[pos + 1]);
319
int h2 =
HexToInt
(s[pos + 2]);