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)
202
if (_index <
_items
.Length)
204
_current =
_items
[_index++];