6 references to Escape
System (6)
net\System\Net\WebPermission.cs (6)
635
if (String.Compare(regexToCheck, Regex.
Escape
(uri.GetComponents(UriComponents.HttpRequestUrl, UriFormat.UriEscaped)), StringComparison.OrdinalIgnoreCase ) == 0)
638
else if (String.Compare(regexToCheck, Regex.
Escape
(uriPattern.ToString()), StringComparison.OrdinalIgnoreCase ) == 0) {
922
tempStr=Regex.
Escape
(uri.GetComponents(UriComponents.HttpRequestUrl, UriFormat.UriEscaped));
927
tempStr = Regex.
Escape
(tempStr);
954
tempStr=Regex.
Escape
(uri.GetComponents(UriComponents.HttpRequestUrl, UriFormat.UriEscaped));
959
tempStr = Regex.
Escape
(tempStr);