6 references to EscapeString
System.Private.Uri (6)
System\Uri.cs (3)
1931
UriHelper.
EscapeString
(rawString, checkExistingEscaped: true, UriHelper.UnreservedReservedExceptQuestionMarkHash);
2502
host = UriHelper.
EscapeString
(host, checkExistingEscaped: !IsImplicitFile, UriHelper.UnreservedReservedExceptQuestionMarkHash);
4884
UriHelper.
EscapeString
(str, checkExistingEscaped: true, UriHelper.UnreservedReservedExceptQuestionMarkHash);
System\UriExt.cs (3)
684
UriHelper.
EscapeString
(stringToEscape, checkExistingEscaped: false, UriHelper.UnreservedReserved);
693
UriHelper.
EscapeString
(stringToEscape, checkExistingEscaped: false, UriHelper.Unreserved);
885
return UriHelper.
EscapeString
(_string, checkExistingEscaped: true, UriHelper.UnreservedReserved);