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