3 writes to _index
Microsoft.AspNetCore.Http.Abstractions (3)
Internal\HeaderSegmentCollection.cs (3)
85
_index
= -1;
157
++
_index
;
290
_index
= 0;
2 references to _index
Microsoft.AspNetCore.Http.Abstractions (2)
Internal\HeaderSegmentCollection.cs (2)
166
if (
_index
== _headers.Count)
173
_header = _headers[
_index
] ?? string.Empty;