13 references to Path
Microsoft.AspNetCore.Authentication.Test (8)
OpenIdConnect\OpenIdConnectEventTests.cs (1)
970
Assert.Equal("http://testhost/end", response.Headers.Location.GetLeftPart(UriPartial.
Path
));
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
970
Assert.Equal("http://testhost/end", response.Headers.Location.GetLeftPart(UriPartial.
Path
));
WsFederation\WsFederationTest.cs (3)
76
Assert.Equal("https://login.windows.net/4afbc689-805b-48cf-a24c-d4aa3248a248/wsfed", response.Headers.Location.GetLeftPart(System.UriPartial.
Path
));
92
Assert.Equal("https://login.windows.net/4afbc689-805b-48cf-a24c-d4aa3248a248/wsfed", response.Headers.Location.GetLeftPart(System.UriPartial.
Path
));
108
Assert.Equal("https://login.windows.net/4afbc689-805b-48cf-a24c-d4aa3248a248/wsfed", response.Headers.Location.GetLeftPart(System.UriPartial.
Path
));
WsFederation\WsFederationTest_Handler.cs (3)
74
Assert.Equal("https://login.windows.net/4afbc689-805b-48cf-a24c-d4aa3248a248/wsfed", response.Headers.Location.GetLeftPart(System.UriPartial.
Path
));
90
Assert.Equal("https://login.windows.net/4afbc689-805b-48cf-a24c-d4aa3248a248/wsfed", response.Headers.Location.GetLeftPart(System.UriPartial.
Path
));
106
Assert.Equal("https://login.windows.net/4afbc689-805b-48cf-a24c-d4aa3248a248/wsfed", response.Headers.Location.GetLeftPart(System.UriPartial.
Path
));
Microsoft.Extensions.AI (2)
ChatCompletion\OpenTelemetryChatClient.cs (1)
61
_serverAddress = metadata.ProviderUri?.GetLeftPart(UriPartial.
Path
);
Embeddings\OpenTelemetryEmbeddingGenerator.cs (1)
57
_endpointAddress = metadata.ProviderUri?.GetLeftPart(UriPartial.
Path
);
PresentationCore (2)
MS\Internal\WpfWebRequestHelper.cs (1)
62
uri = new Uri(uri.GetLeftPart(UriPartial.
Path
));
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\MimeTypeMapper.cs (1)
127
docstring = uri.GetLeftPart(UriPartial.
Path
);
System.Private.Uri (1)
System\Uri.cs (1)
1366
case UriPartial.
Path
: