1 instantiation of ArrayBuilder
Microsoft.AspNetCore.Routing (1)
Patterns\RouteParameterParser.cs (1)
101var constraints = new ArrayBuilder<RoutePatternParameterPolicyReference>(0);
3 references to ArrayBuilder
Microsoft.AspNetCore.Routing (3)
ArrayBuilder.cs (2)
27/// Initializes the <see cref="ArrayBuilder{T}"/> with a specified capacity. 136/// Use this method if you know there is enough space in the <see cref="ArrayBuilder{T}"/>
Patterns\RouteParameterParser.cs (1)
101var constraints = new ArrayBuilder<RoutePatternParameterPolicyReference>(0);