6 references to EscapeString
System.Private.Uri (6)
System\Uri.cs (3)
1900
UriHelper.
EscapeString
(rawString, checkExistingEscaped: true, UriHelper.UnreservedReservedExceptQuestionMarkHash);
2474
host = UriHelper.
EscapeString
(host, checkExistingEscaped: !IsImplicitFile, UriHelper.UnreservedReservedExceptQuestionMarkHash);
5039
UriHelper.
EscapeString
(str, checkExistingEscaped: true, UriHelper.UnreservedReservedExceptQuestionMarkHash);
System\UriExt.cs (3)
697
UriHelper.
EscapeString
(stringToEscape, checkExistingEscaped: false, UriHelper.UnreservedReserved);
706
UriHelper.
EscapeString
(stringToEscape, checkExistingEscaped: false, UriHelper.Unreserved);
898
return UriHelper.
EscapeString
(_string, checkExistingEscaped: true, UriHelper.UnreservedReserved);