6 references to HexToInt
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs (6)
309
int h1 =
HexToInt
(s[pos + 2]);
310
int h2 =
HexToInt
(s[pos + 3]);
311
int h3 =
HexToInt
(s[pos + 4]);
312
int h4 =
HexToInt
(s[pos + 5]);
326
int h1 =
HexToInt
(s[pos + 1]);
327
int h2 =
HexToInt
(s[pos + 2]);