1 write to _conventions
RoutingSandbox (1)
Framework\FrameworkEndpointDataSource.cs (1)
23_conventions = new List<Action<EndpointBuilder>>();
2 references to _conventions
RoutingSandbox (2)
Framework\FrameworkEndpointDataSource.cs (2)
65foreach (var convention in _conventions) 84_conventions.Add(convention);