3 references to IsNotSafeForUnescape
System.Private.Uri (3)
System\IriHelper.cs (1)
108
if (ch == Uri.c_DummyChar || ch == '%' || CheckIsReserved(ch, component) || UriHelper.
IsNotSafeForUnescape
(ch))
System\UriHelper.cs (2)
421
else if ((unescapeMode & UnescapeMode.V1ToStringFlag) == 0 &&
IsNotSafeForUnescape
(ch))
426
else if (iriParsing && ((ch <= '\x9F' &&
IsNotSafeForUnescape
(ch)) ||