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