8 writes to m_lMaxLength
System.Data (8)
fx\src\data\System\Data\Sql\SqlMetaData.cs (8)
231m_lMaxLength = maxLength; 259m_lMaxLength = maxLength; 510m_lMaxLength = maxLength; 576m_lMaxLength = maxLength; 619m_lMaxLength = __maxLenFromPrecision[precision - 1]; 621m_lMaxLength -= __maxVarTimeLenOffsetFromScale[scale]; 645m_lMaxLength = SerializationHelperSql9.GetUdtMaxLength( userDefinedType ); 1553m_lMaxLength = smdDflt.MaxLength;
1 reference to m_lMaxLength
System.Data (1)
fx\src\data\System\Data\Sql\SqlMetaData.cs (1)
300return m_lMaxLength;