1 write to _endpoints
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ActionEndpointDataSourceBase.cs (1)
131
_endpoints
= endpoints;
5 references to _endpoints
Microsoft.AspNetCore.Mvc.Core (5)
Routing\ActionEndpointDataSourceBase.cs (5)
47
Debug.Assert(
_endpoints
!= null);
48
return
_endpoints
;
91
Debug.Assert(
_endpoints
!= null);
104
if (
_endpoints
== null)
108
if (
_endpoints
== null)