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)
383
string u1Path = u1.GetComponents(UriComponents.Path, UriFormat.
Unescaped
);
384
string u2Path = u2.GetComponents(UriComponents.Path, UriFormat.
Unescaped
);
414
string uriString = uri.GetComponents(components, UriFormat.
Unescaped
);
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsPolicyBuilder.cs (1)
86
return builder.Uri.GetComponents(UriComponents.SchemeAndServer, UriFormat.
Unescaped
);
Microsoft.AspNetCore.Http.Abstractions (1)
HostString.cs (1)
207
UriComponents.HostAndPort, UriFormat.
Unescaped
));
PresentationCore (1)
MS\Internal\FontCache\FontCacheUtil.cs (1)
585
string unescapedPath = uri.GetComponents(UriComponents.Path, UriFormat.
Unescaped
);
PresentationFramework (1)
System\Windows\Markup\XamlParseException.cs (1)
280
bamlFilePath = resourceUri.GetComponents(UriComponents.Path, UriFormat.
Unescaped
);
PresentationUI (2)
MS\Internal\Documents\Application\AddressUtility.cs (2)
50
mailtoUri.GetComponents(UriComponents.UserInfo, UriFormat.
Unescaped
),
51
mailtoUri.GetComponents(UriComponents.Host, UriFormat.
Unescaped
));
System.Net.Requests (1)
System\Net\FtpControlStream.cs (1)
778
path = uri.GetComponents(UriComponents.Path, UriFormat.
Unescaped
);
System.Private.Uri (13)
System\Uri.cs (11)
1052
return GetUnescapedParts(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.
Unescaped
);
2816
case UriFormat.
Unescaped
:
2852
mode = formatAs == UriFormat.
Unescaped
2953
UriFormat.
Unescaped
=> UnescapeMode.Unescape | UnescapeMode.UnescapeAll,
2992
UriFormat.
Unescaped
=> UnescapeMode.Unescape | UnescapeMode.UnescapeAll,
4443
case UriFormat.
Unescaped
:
4733
ReadOnlySpan<char> share = basePart.GetParts(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.
Unescaped
);
4742
return string.Concat(@"\\", basePart.GetParts(UriComponents.Host, UriFormat.
Unescaped
), share, relativePart);
4790
basePart.IsImplicitFile ? UriFormat.
Unescaped
: uriFormat);
4870
left = basePart.GetParts(UriComponents.Host, UriFormat.
Unescaped
);
4874
left = @"\\" + basePart.GetParts(UriComponents.Host, UriFormat.
Unescaped
);
System\UriExt.cs (2)
900
else if (format == UriFormat.
Unescaped
)
977
case UriFormat.
Unescaped
: