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