1 write to Endpoint
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DefaultPageLoader.cs (1)
94compiled.Endpoint = endpoints.SingleOrDefault();
5 references to Endpoint
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (3)
PageLoaderMatcherPolicy.cs (3)
81candidates.ReplaceEndpoint(i, compiled.Result.Endpoint, candidate.Values); 99candidates.ReplaceEndpoint(index, compiled.Endpoint, candidates[index].Values); 116candidates.ReplaceEndpoint(i, compiled.Endpoint, candidates[i].Values);
Microsoft.AspNetCore.Mvc.RazorPages (2)
CompiledPageActionDescriptor.cs (1)
64/// Gets or sets the associated <see cref="Endpoint"/> of this page.
Infrastructure\DynamicPageEndpointMatcherPolicy.cs (1)
170loadedEndpoints[j] = compiled.Endpoint!;