25 references to Unescaped
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
755
string unescapedPath = uri.GetComponents(UriComponents.Path, UriFormat.
Unescaped
);
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlParseException.cs (1)
300
bamlFilePath = resourceUri.GetComponents(UriComponents.Path, UriFormat.
Unescaped
);
System (15)
net\System\Net\_FtpControlStream.cs (1)
781
path = uri.GetComponents(UriComponents.Path,UriFormat.
Unescaped
);
net\System\Net\Cache\RequestCacheValidator.cs (1)
207
_CacheKey = uri.GetParts(UriComponents.AbsoluteUri, UriFormat.
Unescaped
);
net\System\Net\HttpWebRequest.cs (1)
5785
UriFormat.
Unescaped
, StringComparison.OrdinalIgnoreCase) != 0;
net\System\URI.cs (10)
1135
return GetUnescapedParts(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.
Unescaped
);
2825
case UriFormat.
Unescaped
:
2856
mode = formatAs == UriFormat.
Unescaped
2985
case UriFormat.
Unescaped
:
3039
case UriFormat.
Unescaped
:
4700
case UriFormat.
Unescaped
:
5037
UriFormat.
Unescaped
);
5046
+ basePart.GetParts(UriComponents.Host, UriFormat.
Unescaped
)
5098
basePart.IsImplicitFile ? UriFormat.
Unescaped
: uriFormat);
5164
left = @"\\" + basePart.GetParts(UriComponents.Host, UriFormat.
Unescaped
);
net\System\UriExt.cs (2)
846
else if (format == UriFormat.
Unescaped
)
923
case UriFormat.
Unescaped
:
System.ServiceModel (7)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (2)
257
string s1 = baseAddress.GetComponents(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.
Unescaped
);
258
string s2 = fullAddress.GetComponents(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.
Unescaped
);
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
539
string path = ListenUri.GetComponents(UriComponents.Path, UriFormat.
Unescaped
);
System\ServiceModel\EndpointAddress.cs (3)
385
string u1Path = u1.GetComponents(UriComponents.Path, UriFormat.
Unescaped
);
386
string u2Path = u2.GetComponents(UriComponents.Path, UriFormat.
Unescaped
);
416
string uriString = uri.GetComponents(components, UriFormat.
Unescaped
);
System\UriTemplateHelpers.cs (1)
137
return uri.GetComponents(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.
Unescaped
);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\ScopeCompiler.cs (1)
315
string dn = scope.GetComponents(UriComponents.Path, UriFormat.
Unescaped
);