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