4 writes to _current
Microsoft.AspNetCore.Http.Abstractions (4)
Routing\EndpointMetadataCollection.cs (4)
178
_current
= null;
204
_current
= _items[_index++];
208
_current
= null;
218
_current
= null;
1 reference to _current
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\EndpointMetadataCollection.cs (1)
184
public object Current =>
_current
!;