3 references to CheckIriUnicodeRange
System (3)
net\System\IriHelper.cs (1)
276
escape = !
CheckIriUnicodeRange
(ch, ch2, ref surrogatePair, component == UriComponents.Query);
net\System\URI.cs (1)
4477
valid = IriHelper.
CheckIriUnicodeRange
(c, str[i + 1], ref surrPair, true);
net\System\UriHelper.cs (1)
528
inIriRange = IriHelper.
CheckIriUnicodeRange
(unescapedChars[j], unescapedChars[j + 1],