161 references to GetEndpoint
CookieSample (1)
Microsoft.AspNetCore.Antiforgery (3)
Microsoft.AspNetCore.Authorization.Policy (1)
Microsoft.AspNetCore.Authorization.Test (1)
Microsoft.AspNetCore.Components.Endpoints (8)
Microsoft.AspNetCore.Components.Server (1)
Microsoft.AspNetCore.Cors (1)
Microsoft.AspNetCore.Diagnostics (9)
Microsoft.AspNetCore.Diagnostics.Middleware (3)
Microsoft.AspNetCore.Diagnostics.Tests (2)
Microsoft.AspNetCore.Hosting (2)
Microsoft.AspNetCore.Http (3)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.AspNetCore.Http.Abstractions.Tests (7)
Microsoft.AspNetCore.Http.Connections (1)
Microsoft.AspNetCore.Http.Extensions.Tests (1)
Microsoft.AspNetCore.HttpLogging (1)
Microsoft.AspNetCore.Mvc.Core (6)
Microsoft.AspNetCore.Mvc.Razor (1)
Microsoft.AspNetCore.Mvc.TagHelpers (2)
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.RateLimiting (2)
Microsoft.AspNetCore.RequestDecompression (1)
Microsoft.AspNetCore.Rewrite.Tests (1)
Microsoft.AspNetCore.Routing (7)
Microsoft.AspNetCore.Routing.Microbenchmarks (10)
Microsoft.AspNetCore.Routing.Tests (60)
Matching\DfaMatcherTest.cs (22)
79Assert.NotNull(httpContext.GetEndpoint());
100Assert.Null(httpContext.GetEndpoint());
129Assert.Null(httpContext.GetEndpoint());
155Assert.Same(endpoint, httpContext.GetEndpoint());
194Assert.Null(httpContext.GetEndpoint());
220Assert.Same(endpoint, httpContext.GetEndpoint());
269Assert.Same(endpoint, httpContext.GetEndpoint());
304Assert.Same(endpoint1, httpContext.GetEndpoint());
312Assert.Same(endpoint2, httpContext.GetEndpoint());
338Assert.Same(endpoint, httpContext.GetEndpoint());
598Assert.Same(endpoint, httpContext.GetEndpoint());
636Assert.Equal(lowerOrderEndpoint, httpContext.GetEndpoint());
682Assert.Equal(endpoint2, httpContext.GetEndpoint());
728Assert.Equal(endpoint2, httpContext.GetEndpoint());
775Assert.Equal(endpoint2, httpContext.GetEndpoint());
797Assert.Null(httpContext.GetEndpoint());
827Assert.Null(httpContext.GetEndpoint());
867Assert.Null(httpContext.GetEndpoint());
909Assert.Same(endpointDataSource.Endpoints[0], httpContext.GetEndpoint());
978Assert.Same(dataSource.Endpoints[2], httpContext.GetEndpoint());
1013Assert.Same(dataSource.Endpoints[1], httpContext.GetEndpoint());
1062Assert.Same(dataSource.Endpoints[0], httpContext.GetEndpoint());
Microsoft.AspNetCore.SpaServices.Extensions (2)
Microsoft.AspNetCore.StaticAssets (2)
Microsoft.AspNetCore.StaticFiles (3)
Microsoft.AspNetCore.Tests (13)
MinimalSample (1)
Mvc.RoutingWebSite (1)
RoutingWebSite (1)
StaticFilesAuth (1)