9 references to FStream
System.Data (9)
fx\src\data\System\Data\SQLTypes\SQLChars.cs (9)
172
if (
FStream
()) {
264
return
FStream
() ? m_stream : new StreamOnSqlChars(this);
311
if (
FStream
()) {
378
if (
FStream
()) {
468
Debug.Assert((m_lCurLen >= 0 && m_lCurLen <= x_lMaxLen) ||
FStream
());
469
Debug.Assert(
FStream
() || (m_rgchBuf != null && m_lCurLen <= m_rgchBuf.Length));
470
Debug.Assert(!
FStream
() || (m_lCurLen == x_lNull));
484
Debug.Assert(
FStream
());
765
if (m_sqlchars.
FStream
())