3 writes to _index
Microsoft.AspNetCore.Http.Abstractions (3)
Routing\EndpointMetadataCollection.cs (3)
177
_index
= 0;
204
_current = _items[
_index
++];
217
_index
= 0;
1 reference to _index
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\EndpointMetadataCollection.cs (1)
202
if (
_index
< _items.Length)