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