51 writes to _currentBits
Microsoft.AspNetCore.Server.Kestrel.Core (51)
Internal\Http\HttpHeaders.Generated.cs (49)
8405
_currentBits
^= 0x1L;
8410
_currentBits
^= 0x2L;
8415
_currentBits
^= 0x4L;
8420
_currentBits
^= 0x8L;
8425
_currentBits
^= 0x10L;
8430
_currentBits
^= 0x20L;
8435
_currentBits
^= 0x40L;
8440
_currentBits
^= 0x80L;
8445
_currentBits
^= 0x100L;
8450
_currentBits
^= 0x200L;
8455
_currentBits
^= 0x400L;
8460
_currentBits
^= 0x800L;
8465
_currentBits
^= 0x1000L;
8470
_currentBits
^= 0x2000L;
8475
_currentBits
^= 0x4000L;
8480
_currentBits
^= 0x8000L;
8485
_currentBits
^= 0x10000L;
8490
_currentBits
^= 0x20000L;
8495
_currentBits
^= 0x40000L;
8500
_currentBits
^= 0x80000L;
8505
_currentBits
^= 0x100000L;
8510
_currentBits
^= 0x200000L;
8515
_currentBits
^= 0x400000L;
8520
_currentBits
^= 0x800000L;
8525
_currentBits
^= 0x1000000L;
8530
_currentBits
^= 0x2000000L;
8535
_currentBits
^= 0x4000000L;
8540
_currentBits
^= 0x8000000L;
8545
_currentBits
^= 0x10000000L;
8550
_currentBits
^= 0x20000000L;
8555
_currentBits
^= 0x40000000L;
8560
_currentBits
^= 0x80000000L;
8565
_currentBits
^= 0x100000000L;
8570
_currentBits
^= 0x200000000L;
8575
_currentBits
^= 0x400000000L;
8580
_currentBits
^= 0x800000000L;
8585
_currentBits
^= 0x1000000000L;
8590
_currentBits
^= 0x2000000000L;
8595
_currentBits
^= 0x4000000000L;
8600
_currentBits
^= 0x8000000000L;
8605
_currentBits
^= 0x10000000000L;
8610
_currentBits
^= 0x20000000000L;
8615
_currentBits
^= 0x40000000000L;
8620
_currentBits
^= 0x80000000000L;
8625
_currentBits
^= 0x100000000000L;
8630
_currentBits
^= 0x200000000000L;
8635
_currentBits
^= 0x400000000000L;
8640
_currentBits
^= 0x800000000000L;
8645
_currentBits
^= 0x1000000000000L;
Internal\Http\HttpRequestHeaders.cs (2)
245
_currentBits
= collection._bits;
264
_currentBits
= _collection._bits;
54 references to _currentBits
Microsoft.AspNetCore.Server.Kestrel.Core (54)
Internal\Http\HttpHeaders.Generated.cs (52)
8403
Debug.Assert((
_currentBits
& 0x1L) != 0);
8408
Debug.Assert((
_currentBits
& 0x2L) != 0);
8413
Debug.Assert((
_currentBits
& 0x4L) != 0);
8418
Debug.Assert((
_currentBits
& 0x8L) != 0);
8423
Debug.Assert((
_currentBits
& 0x10L) != 0);
8428
Debug.Assert((
_currentBits
& 0x20L) != 0);
8433
Debug.Assert((
_currentBits
& 0x40L) != 0);
8438
Debug.Assert((
_currentBits
& 0x80L) != 0);
8443
Debug.Assert((
_currentBits
& 0x100L) != 0);
8448
Debug.Assert((
_currentBits
& 0x200L) != 0);
8453
Debug.Assert((
_currentBits
& 0x400L) != 0);
8458
Debug.Assert((
_currentBits
& 0x800L) != 0);
8463
Debug.Assert((
_currentBits
& 0x1000L) != 0);
8468
Debug.Assert((
_currentBits
& 0x2000L) != 0);
8473
Debug.Assert((
_currentBits
& 0x4000L) != 0);
8478
Debug.Assert((
_currentBits
& 0x8000L) != 0);
8483
Debug.Assert((
_currentBits
& 0x10000L) != 0);
8488
Debug.Assert((
_currentBits
& 0x20000L) != 0);
8493
Debug.Assert((
_currentBits
& 0x40000L) != 0);
8498
Debug.Assert((
_currentBits
& 0x80000L) != 0);
8503
Debug.Assert((
_currentBits
& 0x100000L) != 0);
8508
Debug.Assert((
_currentBits
& 0x200000L) != 0);
8513
Debug.Assert((
_currentBits
& 0x400000L) != 0);
8518
Debug.Assert((
_currentBits
& 0x800000L) != 0);
8523
Debug.Assert((
_currentBits
& 0x1000000L) != 0);
8528
Debug.Assert((
_currentBits
& 0x2000000L) != 0);
8533
Debug.Assert((
_currentBits
& 0x4000000L) != 0);
8538
Debug.Assert((
_currentBits
& 0x8000000L) != 0);
8543
Debug.Assert((
_currentBits
& 0x10000000L) != 0);
8548
Debug.Assert((
_currentBits
& 0x20000000L) != 0);
8553
Debug.Assert((
_currentBits
& 0x40000000L) != 0);
8558
Debug.Assert((
_currentBits
& 0x80000000L) != 0);
8563
Debug.Assert((
_currentBits
& 0x100000000L) != 0);
8568
Debug.Assert((
_currentBits
& 0x200000000L) != 0);
8573
Debug.Assert((
_currentBits
& 0x400000000L) != 0);
8578
Debug.Assert((
_currentBits
& 0x800000000L) != 0);
8583
Debug.Assert((
_currentBits
& 0x1000000000L) != 0);
8588
Debug.Assert((
_currentBits
& 0x2000000000L) != 0);
8593
Debug.Assert((
_currentBits
& 0x4000000000L) != 0);
8598
Debug.Assert((
_currentBits
& 0x8000000000L) != 0);
8603
Debug.Assert((
_currentBits
& 0x10000000000L) != 0);
8608
Debug.Assert((
_currentBits
& 0x20000000000L) != 0);
8613
Debug.Assert((
_currentBits
& 0x40000000000L) != 0);
8618
Debug.Assert((
_currentBits
& 0x80000000000L) != 0);
8623
Debug.Assert((
_currentBits
& 0x100000000000L) != 0);
8628
Debug.Assert((
_currentBits
& 0x200000000000L) != 0);
8633
Debug.Assert((
_currentBits
& 0x400000000000L) != 0);
8638
Debug.Assert((
_currentBits
& 0x800000000000L) != 0);
8643
Debug.Assert((
_currentBits
& 0x1000000000000L) != 0);
8648
Debug.Assert(
_currentBits
== 0);
8662
if (
_currentBits
!= 0)
8664
_next = BitOperations.TrailingZeroCount(
_currentBits
);
Internal\Http\HttpRequestHeaders.cs (2)
246
_next = GetNext(
_currentBits
, collection.ContentLength.HasValue);
265
_next = GetNext(
_currentBits
, _collection.ContentLength.HasValue);