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