24 references to Unescaped
Aspire.Dashboard (1)
Components\Dialogs\SettingsDialog.razor.cs (1)
80.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)
585string unescapedPath = uri.GetComponents(UriComponents.Path, UriFormat.Unescaped);
PresentationFramework (1)
System\Windows\Markup\XamlParseException.cs (1)
280bamlFilePath = resourceUri.GetComponents(UriComponents.Path, UriFormat.Unescaped);
PresentationUI (2)
MS\Internal\Documents\Application\AddressUtility.cs (2)
50mailtoUri.GetComponents(UriComponents.UserInfo, UriFormat.Unescaped), 51mailtoUri.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)
1052return GetUnescapedParts(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.Unescaped); 2816case UriFormat.Unescaped: 2852mode = formatAs == UriFormat.Unescaped 2953UriFormat.Unescaped => UnescapeMode.Unescape | UnescapeMode.UnescapeAll, 2992UriFormat.Unescaped => UnescapeMode.Unescape | UnescapeMode.UnescapeAll, 4443case UriFormat.Unescaped: 4733ReadOnlySpan<char> share = basePart.GetParts(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.Unescaped); 4742return string.Concat(@"\\", basePart.GetParts(UriComponents.Host, UriFormat.Unescaped), share, relativePart); 4790basePart.IsImplicitFile ? UriFormat.Unescaped : uriFormat); 4870left = basePart.GetParts(UriComponents.Host, UriFormat.Unescaped); 4874left = @"\\" + basePart.GetParts(UriComponents.Host, UriFormat.Unescaped);
System\UriExt.cs (2)
900else if (format == UriFormat.Unescaped) 977case UriFormat.Unescaped: