6 references to HexToInt
System.ServiceModel.Primitives (6)
Internals\System\Runtime\UrlUtility.cs (6)
313int h1 = HexToInt(s[pos + 2]); 314int h2 = HexToInt(s[pos + 3]); 315int h3 = HexToInt(s[pos + 4]); 316int h4 = HexToInt(s[pos + 5]); 330int h1 = HexToInt(s[pos + 1]); 331int h2 = HexToInt(s[pos + 2]);