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