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