27 references to Unescaped
Aspire.Dashboard (1)
dotnet-svcutil-lib (3)
Microsoft.AspNetCore.Cors (1)
Microsoft.AspNetCore.Http.Abstractions (1)
PresentationCore (1)
PresentationFramework (1)
PresentationUI (2)
System.Net.Requests (1)
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.ServiceModel.Primitives (3)