20 references to Stream
System.Data (20)
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (10)
136 m_state = (s == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream; 195 case SqlBytesCharsState.Stream: 211 case SqlBytesCharsState.Stream: 229 case SqlBytesCharsState.Stream: 273 case SqlBytesCharsState.Stream: 292 m_state = (value == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream; 364case SqlBytesCharsState.Stream: 465 Debug.Assert(m_state >= SqlBytesCharsState.Null && m_state <= SqlBytesCharsState.Stream); 504 return m_state == SqlBytesCharsState.Stream; 586 case SqlBytesCharsState.Stream:
fx\src\data\System\Data\SQLTypes\SQLChars.cs (10)
127 m_state = (s == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream; 186 case SqlBytesCharsState.Stream: 203 case SqlBytesCharsState.Stream: 222 case SqlBytesCharsState.Stream: 269m_state = (value == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream; 281 case SqlBytesCharsState.Stream: 361 case SqlBytesCharsState.Stream: 463 Debug.Assert(m_state >= SqlBytesCharsState.Null && m_state <= SqlBytesCharsState.Stream); 477 return m_state == SqlBytesCharsState.Stream; 571 case SqlBytesCharsState.Stream: