8 references to FStream
System.Data.Common (8)
System\Data\SQLTypes\SQLChars.cs (8)
118
if (
FStream
())
216
return
FStream
() ? _stream! : new SqlStreamChars(this);
261
if (
FStream
())
332
if (
FStream
())
432
Debug.Assert((_lCurLen >= 0 && _lCurLen <= x_lMaxLen) ||
FStream
());
433
Debug.Assert(
FStream
() || (_rgchBuf != null && _lCurLen <= _rgchBuf.Length));
434
Debug.Assert(!
FStream
() || (_lCurLen == x_lNull));
450
Debug.Assert(
FStream
());