40 writes to _currentBits
Microsoft.AspNetCore.Server.Kestrel.Core (40)
Internal\Http\HttpHeaders.Generated.cs (38)
15256_currentBits ^= 0x1L; 15262_currentBits ^= 0x2L; 15268_currentBits ^= 0x4L; 15274_currentBits ^= 0x8L; 15280_currentBits ^= 0x10L; 15286_currentBits ^= 0x20L; 15292_currentBits ^= 0x40L; 15298_currentBits ^= 0x80L; 15304_currentBits ^= 0x100L; 15310_currentBits ^= 0x200L; 15316_currentBits ^= 0x400L; 15322_currentBits ^= 0x800L; 15328_currentBits ^= 0x1000L; 15334_currentBits ^= 0x2000L; 15340_currentBits ^= 0x4000L; 15346_currentBits ^= 0x8000L; 15352_currentBits ^= 0x10000L; 15358_currentBits ^= 0x20000L; 15364_currentBits ^= 0x40000L; 15370_currentBits ^= 0x80000L; 15376_currentBits ^= 0x100000L; 15382_currentBits ^= 0x200000L; 15388_currentBits ^= 0x400000L; 15394_currentBits ^= 0x800000L; 15400_currentBits ^= 0x1000000L; 15406_currentBits ^= 0x2000000L; 15412_currentBits ^= 0x4000000L; 15418_currentBits ^= 0x8000000L; 15424_currentBits ^= 0x10000000L; 15430_currentBits ^= 0x20000000L; 15436_currentBits ^= 0x40000000L; 15442_currentBits ^= 0x80000000L; 15448_currentBits ^= 0x100000000L; 15454_currentBits ^= 0x200000000L; 15460_currentBits ^= 0x400000000L; 15466_currentBits ^= 0x800000000L; 15472_currentBits ^= 0x1000000000L; 15478_currentBits ^= 0x2000000000L;
Internal\Http\HttpResponseHeaders.cs (2)
153_currentBits = collection._bits; 175_currentBits = _collection._bits;
43 references to _currentBits
Microsoft.AspNetCore.Server.Kestrel.Core (43)
Internal\Http\HttpHeaders.Generated.cs (41)
15253Debug.Assert((_currentBits & 0x1L) != 0); 15259Debug.Assert((_currentBits & 0x2L) != 0); 15265Debug.Assert((_currentBits & 0x4L) != 0); 15271Debug.Assert((_currentBits & 0x8L) != 0); 15277Debug.Assert((_currentBits & 0x10L) != 0); 15283Debug.Assert((_currentBits & 0x20L) != 0); 15289Debug.Assert((_currentBits & 0x40L) != 0); 15295Debug.Assert((_currentBits & 0x80L) != 0); 15301Debug.Assert((_currentBits & 0x100L) != 0); 15307Debug.Assert((_currentBits & 0x200L) != 0); 15313Debug.Assert((_currentBits & 0x400L) != 0); 15319Debug.Assert((_currentBits & 0x800L) != 0); 15325Debug.Assert((_currentBits & 0x1000L) != 0); 15331Debug.Assert((_currentBits & 0x2000L) != 0); 15337Debug.Assert((_currentBits & 0x4000L) != 0); 15343Debug.Assert((_currentBits & 0x8000L) != 0); 15349Debug.Assert((_currentBits & 0x10000L) != 0); 15355Debug.Assert((_currentBits & 0x20000L) != 0); 15361Debug.Assert((_currentBits & 0x40000L) != 0); 15367Debug.Assert((_currentBits & 0x80000L) != 0); 15373Debug.Assert((_currentBits & 0x100000L) != 0); 15379Debug.Assert((_currentBits & 0x200000L) != 0); 15385Debug.Assert((_currentBits & 0x400000L) != 0); 15391Debug.Assert((_currentBits & 0x800000L) != 0); 15397Debug.Assert((_currentBits & 0x1000000L) != 0); 15403Debug.Assert((_currentBits & 0x2000000L) != 0); 15409Debug.Assert((_currentBits & 0x4000000L) != 0); 15415Debug.Assert((_currentBits & 0x8000000L) != 0); 15421Debug.Assert((_currentBits & 0x10000000L) != 0); 15427Debug.Assert((_currentBits & 0x20000000L) != 0); 15433Debug.Assert((_currentBits & 0x40000000L) != 0); 15439Debug.Assert((_currentBits & 0x80000000L) != 0); 15445Debug.Assert((_currentBits & 0x100000000L) != 0); 15451Debug.Assert((_currentBits & 0x200000000L) != 0); 15457Debug.Assert((_currentBits & 0x400000000L) != 0); 15463Debug.Assert((_currentBits & 0x800000000L) != 0); 15469Debug.Assert((_currentBits & 0x1000000000L) != 0); 15475Debug.Assert((_currentBits & 0x2000000000L) != 0); 15481Debug.Assert(_currentBits == 0); 15498if (_currentBits != 0) 15500_next = BitOperations.TrailingZeroCount(_currentBits);
Internal\Http\HttpResponseHeaders.cs (2)
154_next = GetNext(_currentBits, collection.ContentLength.HasValue); 176_next = GetNext(_currentBits, _collection.ContentLength.HasValue);