4 writes to _next
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpHeaders.Generated.cs (2)
17621
_next
= BitOperations.TrailingZeroCount(_currentBits);
17626
_next
= -1;
Internal\Http\HttpResponseTrailers.cs (2)
63
_next
= _currentBits != 0 ? BitOperations.TrailingZeroCount(_currentBits) : -1;
85
_next
= _currentBits != 0 ? BitOperations.TrailingZeroCount(_currentBits) : -1;
1 reference to _next
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpHeaders.Generated.cs (1)
17586
switch (
_next
)