19 writes to Path
Aspire.Workload.Tests (1)
StarterTemplateRunTestsBase.cs (1)
72var uri = new UriBuilder(url) { Path = "weatherforecast" }.Uri;
Binding.UDS.IntegrationTests (3)
UDSBindingTests.cs (3)
42Path = UDS.GetUDSFilePath() 111Path = UDS.GetUDSFilePath() 192Path = UDS.GetInvalidUDSFilePath()
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
289uriBuilder.Path = uriBuilder.Path + "/";
Microsoft.AspNetCore.Http.Connections.Client (5)
HttpConnection.cs (2)
454urlBuilder.Path += "/"; 456urlBuilder.Path += "negotiate";
Internal\Utils.cs (3)
18Path = url.AbsolutePath 28builder.Path += "/"; 30builder.Path += path;
Microsoft.Build (1)
Xml\XmlReaderExtension.cs (1)
87string uri = new UriBuilder(Uri.UriSchemeFile, string.Empty) { Path = file }.ToString();
Microsoft.Build.Tasks.Core (1)
ManifestUtil\PathUtil.cs (1)
63Path = resolvedPath,
Microsoft.Extensions.Http.Resilience (1)
Internal\UriExtensions.cs (1)
32Path = currentUri.LocalPath,
Microsoft.Extensions.Logging.AzureAppServices (1)
BlobAppendReferenceWrapper.cs (1)
22uriBuilder.Path += "/" + name;
Microsoft.Extensions.ServiceDiscovery (1)
Http\ResolvingHttpDelegatingHandler.cs (1)
80result.Path = $"{ep.AbsolutePath.TrimEnd('/')}/{uri.AbsolutePath.TrimStart('/')}";
Stress.AppHost (1)
ResourceBuilderExtensions.cs (1)
61var uri = new UriBuilder(endpoint.Url) { Path = path }.Uri;
System.Net.Requests (1)
System\Net\FtpControlStream.cs (1)
989uriBuilder.Path = originalPath + "/";
System.Private.Uri (1)
System\UriBuilder.cs (1)
65Path = pathValue;
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
109uriBuilder.Path = uriBuilder.Path + "/";
6 references to Path
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
289uriBuilder.Path = uriBuilder.Path + "/";
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (1)
452if (!urlBuilder.Path.EndsWith("/", StringComparison.Ordinal))
Internal\Utils.cs (1)
26if (!builder.Path.EndsWith("/", StringComparison.Ordinal))
Microsoft.AspNetCore.SignalR.Client.Tests (1)
ResponseUtils.cs (1)
37new UriBuilder(request.RequestUri).Path.EndsWith("/negotiate", StringComparison.Ordinal);
System.Private.Uri (1)
System\UriBuilder.cs (1)
368var path = Path;
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
109uriBuilder.Path = uriBuilder.Path + "/";