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