1 write to _bitCount
System.Text.Json (1)
System\Text\Json\Serialization\ValueBitArray.cs (1)
62
_bitCount
= bitCount;
4 references to _bitCount
System.Text.Json (4)
System\Text\Json\Serialization\ValueBitArray.cs (4)
34
Debug.Assert((uint)index < (uint)
_bitCount
);
41
Debug.Assert((uint)index < (uint)
_bitCount
);
77
Debug.Assert(
_bitCount
== other.
_bitCount
);