1 write to LoadedEndpoints
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\DynamicPageEndpointMatcherPolicyTest.cs (1)
70LoadedEndpoints = 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], 205Assert.Same(LoadedEndpoints[0], candidates[0].Endpoint); 246Assert.Same(LoadedEndpoints[0], candidates[0].Endpoint); 433Assert.Same(LoadedEndpoints[0], candidates[0].Endpoint); 434Assert.Same(LoadedEndpoints[1], candidates[1].Endpoint);