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