27 references to Unescaped
Aspire.Dashboard (1)
Components\Dialogs\SettingsDialog.razor.cs (1)
83.GetComponents(UriComponents.PathAndQuery, UriFormat.Unescaped);
Aspire.Hosting.OpenAI (1)
OpenAIHealthCheck.cs (1)
45Uri.Compare(endpointUri, s_defaultEndpointUri, UriComponents.SchemeAndServer, UriFormat.Unescaped, StringComparison.OrdinalIgnoreCase) == 0)
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 (12)
System\Uri.cs (10)
1102return GetUnescapedParts(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.Unescaped); 2848case UriFormat.Unescaped: 2895if (formatAs == UriFormat.Unescaped) 2999else if (formatAs == UriFormat.Unescaped) 4444if (formatAs == UriFormat.Unescaped) 4634ReadOnlySpan<char> share = basePart.GetParts(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.Unescaped); 4643return string.Concat(@"\\", basePart.GetParts(UriComponents.Host, UriFormat.Unescaped), share, relativePart); 4691basePart.IsImplicitFile ? UriFormat.Unescaped : uriFormat); 4771left = basePart.GetParts(UriComponents.Host, UriFormat.Unescaped); 4775left = @"\\" + basePart.GetParts(UriComponents.Host, UriFormat.Unescaped);
System\UriExt.cs (2)
887else if (format == UriFormat.Unescaped) 964case 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);