1 write to Endpoint
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DefaultPageLoader.cs (1)
94
compiled.
Endpoint
= endpoints.SingleOrDefault();
2 references to Endpoint
Microsoft.AspNetCore.Mvc.RazorPages (2)
CompiledPageActionDescriptor.cs (1)
64
/// Gets or sets the associated <see cref="
Endpoint
"/> of this page.
Infrastructure\DynamicPageEndpointMatcherPolicy.cs (1)
170
loadedEndpoints[j] = compiled.
Endpoint
!;