1 write to _endpointDataSource
Microsoft.AspNetCore.Mvc.Core (1)
Routing\EndpointRoutingUrlHelper.cs (1)
32_endpointDataSource = endpointDataSource;
2 references to _endpointDataSource
Microsoft.AspNetCore.Mvc.Core (2)
Routing\EndpointRoutingUrlHelper.cs (2)
89private string DebuggerToString() => $"Endpoints = {_endpointDataSource.Endpoints.Count}"; 96public Endpoint[] Items => _helper._endpointDataSource.Endpoints.ToArray();