2 references to _conventions
Microsoft.AspNetCore.Routing (2)
RouteGroupBuilder.cs (2)
37void IEndpointConventionBuilder.Add(Action<EndpointBuilder> convention) => _conventions.Add(convention); 96var combinedConventions = RoutePatternFactory.CombineLists(conventions, _routeGroupBuilder._conventions);