3 references to IsNotSafeForUnescape
System.Private.Uri (3)
System\IriHelper.cs (1)
97
if (ch == Uri.c_DummyChar || UriHelper.
IsNotSafeForUnescape
(ch))
System\UriHelper.cs (2)
438
else if ((unescapeMode & UnescapeMode.V1ToStringFlag) == 0 &&
IsNotSafeForUnescape
(ch))
443
else if (iriParsing && (ch <= '\x9F' ?
IsNotSafeForUnescape
(ch) : !IriHelper.CheckIriUnicodeRange(ch, isQuery)))