5 writes to _next
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (3)
15484
_next
= -1;
15500
_next
= BitOperations.TrailingZeroCount(_currentBits);
15505
_next
= _collection._contentLength.HasValue ? 38 : -1;
Internal\Http\HttpResponseHeaders.cs (2)
154
_next
= GetNext(_currentBits, collection.ContentLength.HasValue);
176
_next
= GetNext(_currentBits, _collection.ContentLength.HasValue);
1 reference to _next
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpHeaders.Generated.cs (1)
15250
switch (
_next
)