1 write to _endpointDataSources
Microsoft.AspNetCore.Routing (1)
RouteOptions.cs (1)
37
set =>
_endpointDataSources
= value;
2 references to _endpointDataSources
Microsoft.AspNetCore.Routing (2)
RouteOptions.cs (2)
34
Debug.Assert(
_endpointDataSources
!= null, "Endpoint data sources should have been set in DI.");
35
return
_endpointDataSources
;