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