5 writes to _next
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (3)
8650
_next
= -1;
8664
_next
= BitOperations.TrailingZeroCount(_currentBits);
8669
_next
= _collection._contentLength.HasValue ? 49 : -1;
Internal\Http\HttpRequestHeaders.cs (2)
246
_next
= GetNext(_currentBits, collection.ContentLength.HasValue);
265
_next
= GetNext(_currentBits, _collection.ContentLength.HasValue);
1 reference to _next
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpHeaders.Generated.cs (1)
8400
switch (
_next
)