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)
1462
char.
IsAsciiHexDigit
(pattern[index + 1]) &&
1463
char.
IsAsciiHexDigit
(pattern[index + 2]);
1497
return char.
IsAsciiHexDigit
(character);
System\UriHelper.cs (2)
292
if (stringToEscape.Length > 2 && char.
IsAsciiHexDigit
(stringToEscape[1]) && char.
IsAsciiHexDigit
(stringToEscape[2]))