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