5 writes to _currentBits
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (3)
17592_currentBits ^= 0x1L; 17598_currentBits ^= 0x2L; 17604_currentBits ^= 0x4L;
Internal\Http\HttpResponseTrailers.cs (2)
62_currentBits = collection._bits; 84_currentBits = _collection._bits;
9 references to _currentBits
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpHeaders.Generated.cs (5)
17589Debug.Assert((_currentBits & 0x1L) != 0); 17595Debug.Assert((_currentBits & 0x2L) != 0); 17601Debug.Assert((_currentBits & 0x4L) != 0); 17619if (_currentBits != 0) 17621_next = BitOperations.TrailingZeroCount(_currentBits);
Internal\Http\HttpResponseTrailers.cs (4)
63_next = _currentBits != 0 ? BitOperations.TrailingZeroCount(_currentBits) : -1; 85_next = _currentBits != 0 ? BitOperations.TrailingZeroCount(_currentBits) : -1;