8 references to SchemeAndServer
Aspire.Hosting.OpenAI (1)
OpenAIHealthCheck.cs (1)
45Uri.Compare(endpointUri, s_defaultEndpointUri, UriComponents.SchemeAndServer, UriFormat.Unescaped, StringComparison.OrdinalIgnoreCase) == 0)
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsPolicyBuilder.cs (1)
86return builder.Uri.GetComponents(UriComponents.SchemeAndServer, UriFormat.Unescaped);
NuGet.Credentials (1)
CredentialService.cs (1)
230return new Uri(uri.GetComponents(UriComponents.SchemeAndServer, UriFormat.SafeUnescaped));
NuGet.Protocol (1)
HttpSource\TokenStore.cs (1)
67return new Uri(uri.GetComponents(UriComponents.SchemeAndServer, UriFormat.SafeUnescaped));
PresentationCore (1)
System\Windows\Navigation\BaseUriHelper.cs (1)
352return (new Uri(sUri.GetComponents(UriComponents.SchemeAndServer, UriFormat.UriEscaped))).MakeRelativeUri(sUri);
System.Private.Uri (3)
System\Uri.cs (3)
3007case UriComponents.SchemeAndServer | UriComponents.UserInfo: 4495left = basePart.GetParts(UriComponents.SchemeAndServer | UriComponents.UserInfo, uriFormat); 4597left = basePart.GetParts(UriComponents.SchemeAndServer | UriComponents.UserInfo, uriFormat);