4 references to Capacity
Microsoft.AspNetCore.Routing (4)
ArrayBuilder.cs (4)
72
if (_count ==
Capacity
)
141
Debug.Assert(_count <
Capacity
);
148
Debug.Assert(minimum >
Capacity
);
150
int capacity =
Capacity
;