1 write to _items
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\EndpointMetadataCollection.cs (1)
176_items = collection._items;
2 references to _items
Microsoft.AspNetCore.Http.Abstractions (2)
Routing\EndpointMetadataCollection.cs (2)
202if (_index < _items.Length) 204_current = _items[_index++];