3 references to GetPathAndQuery
Microsoft.SourceLink.AzureRepos.Git (3)
src\sourcelink\src\Common\GitProvider\TranslateRepositoryUrlGitTask.cs (3)
30=> "https://" + uri.GetHost() + uri.GetPathAndQuery(); 33=> "https://" + uri.GetHost() + uri.GetPathAndQuery(); 36=> uri.GetScheme() + "://" + uri.GetAuthority() + uri.GetPathAndQuery();