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