6 references to IsAsciiHexDigit
System.Private.Uri (6)
System\IPv6AddressHelper.cs (1)
166
if (havePrefix ? char.IsAsciiDigit(name[i]) : char.
IsAsciiHexDigit
(name[i]))
System\Uri.cs (3)
1512
char.
IsAsciiHexDigit
(pattern[index + 1]) &&
1513
char.
IsAsciiHexDigit
(pattern[index + 2]);
1547
return char.
IsAsciiHexDigit
(character);
System\UriHelper.cs (2)
293
if (stringToEscape.Length > 2 && char.
IsAsciiHexDigit
(stringToEscape[1]) && char.
IsAsciiHexDigit
(stringToEscape[2]))