3 references to x_lMaxLen
System.Data (3)
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (3)
230
if (m_stream.Length >
x_lMaxLen
)
470
Debug.Assert((m_lCurLen >= 0 && m_lCurLen <=
x_lMaxLen
) || FStream());
484
if (lStreamLen >=
x_lMaxLen
)