49 references to PathAndQuery
Aspire.Dashboard.Tests (6)
Integration\FrontendBrowserTokenAuthTests.cs (4)
46Assert.Equal(DashboardUrls.LoginUrl(returnUrl: DashboardUrls.StructuredLogsUrl()), response.RequestMessage!.RequestUri!.PathAndQuery); 68Assert.Equal(DashboardUrls.TracesUrl(), response1.RequestMessage!.RequestUri!.PathAndQuery); 75Assert.Equal(DashboardUrls.StructuredLogsUrl(), response2.RequestMessage!.RequestUri!.PathAndQuery); 123Assert.Equal(DashboardUrls.LoginUrl(returnUrl: DashboardUrls.TracesUrl()), response.RequestMessage!.RequestUri!.PathAndQuery, ignoreCase: true);
Integration\Playwright\BrowserTokenAuthenticationTests.cs (2)
43Assert.Equal("/login?returnUrl=%2F", uri.PathAndQuery); 74Assert.Equal("/login?returnUrl=%2F", uri.PathAndQuery);
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1440string path = uri.PathAndQuery;
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
374return new Uri(navigationManager.Uri, UriKind.Absolute).PathAndQuery;
Microsoft.Build.Tasks.Git (1)
src\sourcelink\src\Common\Utilities\UriUtilities.cs (1)
15uri.Scheme == "unknown" && uri.Host != "" && uri.UserInfo == "" && uri.PathAndQuery == "/";
Microsoft.Extensions.Http (1)
src\runtime\src\libraries\Common\src\System\Net\Http\UriRedactionHelper.cs (1)
72string pathAndQuery = uri.PathAndQuery;
Microsoft.Maui.Controls (5)
Shell\ShellNavigationManager.cs (2)
418 var targetPaths = ShellUriHandler.RetrievePaths(targetUri.PathAndQuery); 419 var currentPaths = ShellUriHandler.RetrievePaths(currentUri.PathAndQuery);
Shell\ShellNavigationState.cs (1)
45 uri = new Uri($"/{uri.PathAndQuery}", UriKind.Relative);
Shell\ShellUriHandler.cs (2)
72 return new Uri(FormatUri(returnValue.PathAndQuery), UriKind.Relative); 141 pathAndQuery = $"{request.Host}/{request.PathAndQuery}".Split('?');
Microsoft.Maui.Essentials (1)
Types\Shared\WebUtils.shared.cs (1)
87 return new Uri(uri.Scheme + "://" + idn.GetAscii(uri.Authority) + uri.PathAndQuery + uri.Fragment);
Microsoft.NET.Sdk.Publish.Tasks (2)
Tasks\OneDeploy\DeploymentResponse.cs (1)
86string pathAndQuery = logUrl.PathAndQuery;
Tasks\ZipDeploy\DeploymentResponse.cs (1)
34string pathAndQuery = logUrl.PathAndQuery;
Microsoft.SourceLink.AzureDevOpsServer.Git (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
269contentUri = new Uri($"{contentUri.Scheme}://{contentUri.Host}:{repoUri.Port}{contentUri.PathAndQuery}");
src\sourcelink\src\Common\Utilities\UriUtilities.cs (1)
15uri.Scheme == "unknown" && uri.Host != "" && uri.UserInfo == "" && uri.PathAndQuery == "/";
Microsoft.SourceLink.AzureRepos.Git (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
269contentUri = new Uri($"{contentUri.Scheme}://{contentUri.Host}:{repoUri.Port}{contentUri.PathAndQuery}");
src\sourcelink\src\Common\Utilities\UriUtilities.cs (1)
15uri.Scheme == "unknown" && uri.Host != "" && uri.UserInfo == "" && uri.PathAndQuery == "/";
Microsoft.SourceLink.Bitbucket.Git (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
269contentUri = new Uri($"{contentUri.Scheme}://{contentUri.Host}:{repoUri.Port}{contentUri.PathAndQuery}");
src\sourcelink\src\Common\Utilities\UriUtilities.cs (1)
15uri.Scheme == "unknown" && uri.Host != "" && uri.UserInfo == "" && uri.PathAndQuery == "/";
Microsoft.SourceLink.Common (1)
src\sourcelink\src\Common\Utilities\UriUtilities.cs (1)
15uri.Scheme == "unknown" && uri.Host != "" && uri.UserInfo == "" && uri.PathAndQuery == "/";
Microsoft.SourceLink.Gitea (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
269contentUri = new Uri($"{contentUri.Scheme}://{contentUri.Host}:{repoUri.Port}{contentUri.PathAndQuery}");
src\sourcelink\src\Common\Utilities\UriUtilities.cs (1)
15uri.Scheme == "unknown" && uri.Host != "" && uri.UserInfo == "" && uri.PathAndQuery == "/";
Microsoft.SourceLink.Gitee (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
269contentUri = new Uri($"{contentUri.Scheme}://{contentUri.Host}:{repoUri.Port}{contentUri.PathAndQuery}");
src\sourcelink\src\Common\Utilities\UriUtilities.cs (1)
15uri.Scheme == "unknown" && uri.Host != "" && uri.UserInfo == "" && uri.PathAndQuery == "/";
Microsoft.SourceLink.GitHub (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
269contentUri = new Uri($"{contentUri.Scheme}://{contentUri.Host}:{repoUri.Port}{contentUri.PathAndQuery}");
src\sourcelink\src\Common\Utilities\UriUtilities.cs (1)
15uri.Scheme == "unknown" && uri.Host != "" && uri.UserInfo == "" && uri.PathAndQuery == "/";
Microsoft.SourceLink.GitLab (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
269contentUri = new Uri($"{contentUri.Scheme}://{contentUri.Host}:{repoUri.Port}{contentUri.PathAndQuery}");
src\sourcelink\src\Common\Utilities\UriUtilities.cs (1)
15uri.Scheme == "unknown" && uri.Host != "" && uri.UserInfo == "" && uri.PathAndQuery == "/";
Microsoft.SourceLink.GitWeb (2)
src\sourcelink\src\Common\GitProvider\GetSourceLinkUrlGitTask.cs (1)
269contentUri = new Uri($"{contentUri.Scheme}://{contentUri.Host}:{repoUri.Port}{contentUri.PathAndQuery}");
src\sourcelink\src\Common\Utilities\UriUtilities.cs (1)
15uri.Scheme == "unknown" && uri.Host != "" && uri.UserInfo == "" && uri.PathAndQuery == "/";
MyFrontend (1)
Components\NavigationManagerExtensions.cs (1)
13return new Uri(uri).PathAndQuery;
System.Net.Http (7)
src\runtime\src\libraries\Common\src\System\Net\Http\UriRedactionHelper.cs (1)
72string pathAndQuery = uri.PathAndQuery;
System\Net\Http\HttpTelemetry.cs (1)
56request.RequestUri.PathAndQuery,
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs (2)
110sb.AppendKeyValue(Uri, request.RequestUri.PathAndQuery); 147string a2 = request.Method.Method + ":" + request.RequestUri.PathAndQuery;
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1517string pathAndQuery = request.RequestUri.PathAndQuery;
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
694string pathAndQuery = request.RequestUri.PathAndQuery;
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
337WriteAsciiString(request.RequestUri.PathAndQuery);
System.Net.Http.WinHttpHandler (2)
System\Net\Http\WinHttpHandler.cs (2)
1051state.RequestMessage.RequestUri.PathAndQuery, 1076state.RequestMessage.RequestUri.PathAndQuery,
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
154path = raw_uri.PathAndQuery;
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
1653string s = Address.Scheme + "://" + hostName + Address.PathAndQuery;
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1532string path = uri.PathAndQuery;
System.Speech (1)
Recognition\Grammar.cs (1)
480!string.IsNullOrEmpty(uri.Query) || uri.PathAndQuery != "dictation")