3 references to IsNotSafeForUnescape
System.Private.Uri (3)
System\IriHelper.cs (1)
97if (ch == Uri.c_DummyChar || UriHelper.IsNotSafeForUnescape(ch))
System\UriHelper.cs (2)
438else if ((unescapeMode & UnescapeMode.V1ToStringFlag) == 0 && IsNotSafeForUnescape(ch)) 443else if (iriParsing && (ch <= '\x9F' ? IsNotSafeForUnescape(ch) : !IriHelper.CheckIriUnicodeRange(ch, isQuery)))