7 writes to m_length
mscorlib (7)
system\collections\bitarray.cs (7)
52
m_length
= length;
83
m_length
= bytes.Length * BitsPerByte;
122
m_length
= values.Length;
152
m_length
= values.Length * BitsPerInt32;
172
m_length
= bits.m_length;
349
m_length
= value;
412
bitArray.
m_length
= m_length;
17 references to m_length
mscorlib (17)
system\collections\bitarray.cs (17)
170
int arrayLength = GetArrayLength(bits.
m_length
, BitsPerInt32);
172
m_length = bits.
m_length
;
229
int ints = GetArrayLength(
m_length
, BitsPerInt32);
250
int ints = GetArrayLength(
m_length
, BitsPerInt32);
272
int ints = GetArrayLength(
m_length
, BitsPerInt32);
294
int ints = GetArrayLength(
m_length
, BitsPerInt32);
309
int ints = GetArrayLength(
m_length
, BitsPerInt32);
321
return
m_length
;
337
if (value >
m_length
) {
339
int last = GetArrayLength(
m_length
, BitsPerInt32) - 1;
340
int bits =
m_length
% 32;
370
Array.Copy(m_array, 0, array, index, GetArrayLength(
m_length
, BitsPerInt32));
374
int arrayLength = GetArrayLength(
m_length
, BitsPerByte);
384
if (array.Length - index <
m_length
)
388
for (int i = 0;i<
m_length
;i++)
401
return
m_length
;
412
bitArray.m_length =
m_length
;