18 references to Stream
System.Data.Common (18)
System\Data\SQLTypes\SQLBytes.cs (9)
95
_state = (s == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.
Stream
;
136
SqlBytesCharsState.
Stream
=> _stream!.Length,
152
SqlBytesCharsState.
Stream
=> -1L,
170
case SqlBytesCharsState.
Stream
:
215
SqlBytesCharsState.
Stream
=> StorageState.Stream,
232
_state = (value == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.
Stream
;
318
if (_state == SqlBytesCharsState.
Stream
)
460
Debug.Assert(_state >= SqlBytesCharsState.Null && _state <= SqlBytesCharsState.
Stream
);
502
return _state == SqlBytesCharsState.
Stream
;
System\Data\SQLTypes\SQLChars.cs (9)
91
_state = (s == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.
Stream
;
134
SqlBytesCharsState.
Stream
=> _stream!.Length,
151
SqlBytesCharsState.
Stream
=> -1L,
170
case SqlBytesCharsState.
Stream
:
222
_state = (value == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.
Stream
;
235
SqlBytesCharsState.
Stream
=> StorageState.Stream,
314
case SqlBytesCharsState.
Stream
:
425
Debug.Assert(_state >= SqlBytesCharsState.Null && _state <= SqlBytesCharsState.
Stream
);
442
return _state == SqlBytesCharsState.
Stream
;