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