27 references to Unescaped
Aspire.Dashboard (1)
Components\Dialogs\SettingsDialog.razor.cs (1)
83.GetComponents(UriComponents.PathAndQuery, UriFormat.Unescaped);
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (3)
383string u1Path = u1.GetComponents(UriComponents.Path, UriFormat.Unescaped); 384string u2Path = u2.GetComponents(UriComponents.Path, UriFormat.Unescaped); 414string uriString = uri.GetComponents(components, UriFormat.Unescaped);
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsPolicyBuilder.cs (1)
86return builder.Uri.GetComponents(UriComponents.SchemeAndServer, UriFormat.Unescaped);
Microsoft.AspNetCore.Http.Abstractions (1)
HostString.cs (1)
207UriComponents.HostAndPort, UriFormat.Unescaped));
PresentationCore (1)
MS\Internal\FontCache\FontCacheUtil.cs (1)
584string unescapedPath = uri.GetComponents(UriComponents.Path, UriFormat.Unescaped);
PresentationFramework (1)
System\Windows\Markup\XamlParseException.cs (1)
279bamlFilePath = resourceUri.GetComponents(UriComponents.Path, UriFormat.Unescaped);
PresentationUI (2)
MS\Internal\Documents\Application\AddressUtility.cs (2)
49mailtoUri.GetComponents(UriComponents.UserInfo, UriFormat.Unescaped), 50mailtoUri.GetComponents(UriComponents.Host, UriFormat.Unescaped));
System.Net.Requests (1)
System\Net\FtpControlStream.cs (1)
778path = uri.GetComponents(UriComponents.Path, UriFormat.Unescaped);
System.Private.Uri (13)
System\Uri.cs (11)
1102return GetUnescapedParts(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.Unescaped); 2867case UriFormat.Unescaped: 2903mode = formatAs == UriFormat.Unescaped 3004UriFormat.Unescaped => UnescapeMode.Unescape | UnescapeMode.UnescapeAll, 3043UriFormat.Unescaped => UnescapeMode.Unescape | UnescapeMode.UnescapeAll, 4483case UriFormat.Unescaped: 4652ReadOnlySpan<char> share = basePart.GetParts(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.Unescaped); 4661return string.Concat(@"\\", basePart.GetParts(UriComponents.Host, UriFormat.Unescaped), share, relativePart); 4709basePart.IsImplicitFile ? UriFormat.Unescaped : uriFormat); 4789left = basePart.GetParts(UriComponents.Host, UriFormat.Unescaped); 4793left = @"\\" + basePart.GetParts(UriComponents.Host, UriFormat.Unescaped);
System\UriExt.cs (2)
896else if (format == UriFormat.Unescaped) 973case UriFormat.Unescaped:
System.ServiceModel.Primitives (3)
System\ServiceModel\EndpointAddress.cs (3)
349string u1Path = u1.GetComponents(UriComponents.Path, UriFormat.Unescaped); 350string u2Path = u2.GetComponents(UriComponents.Path, UriFormat.Unescaped); 380string uriString = uri.GetComponents(components, UriFormat.Unescaped);