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)
89
private string DebuggerToString() => $"Endpoints = {
_endpointDataSource
.Endpoints.Count}";
96
public Endpoint[] Items => _helper.
_endpointDataSource
.Endpoints.ToArray();