8 writes to Length
System.Data (1)
fx\src\data\System\Data\Common\DataStorage.cs (1)
247
this.dbNullBits.
Length
= capacity;
System.Data.Entity (6)
System\Data\Query\InternalTrees\Vars.cs (6)
308
m_bitVector.
Length
= 0;
331
tmp.m_bitVector.
Length
= m_bitVector.Length;
374
this.m_bitVector.
Length
= other.m_bitVector.Length;
500
this.m_bitVector.
Length
= other.m_bitVector.Count;
504
other.m_bitVector.
Length
= this.m_bitVector.Count;
511
m_bitVector.
Length
= idx + 1;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
1948
((BitArray)_rows[rowOffset]).
Length
= column + 1;
16 references to Length
mscorlib (10)
system\collections\bitarray.cs (10)
195
if (index < 0 || index >=
Length
) {
210
if (index < 0 || index >=
Length
) {
246
if (
Length
!= value.
Length
)
268
if (
Length
!= value.
Length
)
290
if (
Length
!= value.
Length
)
408
Contract.Ensures(((BitArray)Contract.Result<Object>()).
Length
== this.
Length
);
System.Data (1)
fx\src\data\System\Data\DataTable.cs (1)
784
Debug.Assert(bitStates.
Length
> bitIndex);
System.Data.Entity (3)
System\Data\Mapping\FunctionImportMappingNonComposable.cs (1)
139
for (int i = 0; i < typeCandidates.
Length
; i++)
System\Data\Query\InternalTrees\Vars.cs (2)
331
tmp.m_bitVector.Length = m_bitVector.
Length
;
374
this.m_bitVector.Length = other.m_bitVector.
Length
;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1934
if (column >= ((BitArray)_rows[rowOffset]).
Length
) {
1947
if (column >= ((BitArray)_rows[rowOffset]).
Length
) {