3 references to x_lMaxLen
System.Data (3)
fx\src\data\System\Data\SQLTypes\SQLChars.cs (3)
223 if (m_stream.Length > x_lMaxLen) 468 Debug.Assert((m_lCurLen >= 0 && m_lCurLen <= x_lMaxLen) || FStream()); 487 if (lStreamLen >= x_lMaxLen)