2 writes to _routers
Microsoft.AspNetCore.Routing.Abstractions (2)
RouteData.cs (2)
40_routers = new List<IRouter>(other.Routers); 90_routers = new List<IRouter>();
6 references to _routers
Microsoft.AspNetCore.Routing.Abstractions (6)
RouteData.cs (6)
38if (other._routers != null) 88if (_routers == null) 93return _routers; 143var count = _routers?.Count; 146Debug.Assert(_routers != null); 151routers.Add(_routers[i]);