net\System\IriHelper.cs (6)
127return (UriHelper.RFC3986ReservedMarks.IndexOf(ch) >= 0);
164ch = UriHelper.EscapedAscii(pInput[next + 1], pInput[next + 2]);
167if (ch == Uri.c_DummyChar || ch == '%' || CheckIsReserved(ch, component) || UriHelper.IsNotSafeForUnescape(ch))
210ch = UriHelper.EscapedAscii(pInput[next + 1], pInput[next + 2]);
245UriHelper.MatchUTF8Sequence(pDest, dest, ref destOffset, unescapedChars, charCount, bytes,
362UriHelper.EscapeAsciiChar((char)encodedBytes[count], dest, ref destOffset);