6 references to HexToInt
System (6)
net\System\Net\HttpListenerRequest.cs (6)
1348int h1 = HexToInt(s[pos+2]); 1349int h2 = HexToInt(s[pos+3]); 1350int h3 = HexToInt(s[pos+4]); 1351int h4 = HexToInt(s[pos+5]); 1363int h1 = HexToInt(s[pos+1]); 1364int h2 = HexToInt(s[pos+2]);