1 write to LoadedEndpoints
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\DynamicPageEndpointMatcherPolicyTest.cs (1)
70
LoadedEndpoints
= new[]
7 references to LoadedEndpoints
Microsoft.AspNetCore.Mvc.RazorPages.Test (7)
Infrastructure\DynamicPageEndpointMatcherPolicyTest.cs (7)
84
"/Index" =>
LoadedEndpoints
[0],
85
"/About" =>
LoadedEndpoints
[1],
86
"/ReplacedEndpoint" =>
LoadedEndpoints
[2],
205
Assert.Same(
LoadedEndpoints
[0], candidates[0].Endpoint);
246
Assert.Same(
LoadedEndpoints
[0], candidates[0].Endpoint);
433
Assert.Same(
LoadedEndpoints
[0], candidates[0].Endpoint);
434
Assert.Same(
LoadedEndpoints
[1], candidates[1].Endpoint);