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