2 references to HexUpperChars
System (2)
net\System\UriHelper.cs (2)
622to[pos++] = HexUpperChars[(ch & 0xf0) >> 4]; 623to[pos++] = HexUpperChars[ch & 0xf];