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