5 writes to Endpoint
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (3)
PageLoaderMatcherPolicyTest.cs (3)
20compiled.Endpoint = CreateEndpoint(new PageActionDescriptor()); 39compiled.Endpoint = CreateEndpoint(new PageActionDescriptor()); 65compiled.Endpoint = CreateEndpoint(new PageActionDescriptor());
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DefaultPageLoader.cs (1)
94compiled.Endpoint = endpoints.SingleOrDefault();
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\DynamicPageEndpointMatcherPolicyTest.cs (1)
82Endpoint = descriptor.DisplayName switch
9 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.Razor.RuntimeCompilation.Test (3)
PageLoaderMatcherPolicyTest.cs (3)
31Assert.Same(compiled.Endpoint, candidateSet[0].Endpoint); 56Assert.Same(compiled.Endpoint, candidateSet[0].Endpoint); 84Assert.Same(compiled.Endpoint, candidateSet[0].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)
170loadedEndpoints[j] = compiled.Endpoint!;
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\DefaultPageLoaderTest.cs (1)
151Assert.NotNull(result.Endpoint);