20 references to Null
System.Data.Common (20)
System\Data\SQLTypes\SQLBytes.cs (10)
72_state = SqlBytesCharsState.Null; 95_state = (s == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream; 110return _state == SqlBytesCharsState.Null; 135SqlBytesCharsState.Null => throw new SqlNullValueException(), 167case SqlBytesCharsState.Null: 214SqlBytesCharsState.Null => throw new SqlNullValueException(), 232_state = (value == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream; 245_state = SqlBytesCharsState.Null; 460Debug.Assert(_state >= SqlBytesCharsState.Null && _state <= SqlBytesCharsState.Stream); 510_state = (_rgbBuf == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Buffer;
System\Data\SQLTypes\SQLChars.cs (10)
66_state = SqlBytesCharsState.Null; 91_state = (s == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream; 107return _state == SqlBytesCharsState.Null; 133SqlBytesCharsState.Null => throw new SqlNullValueException(), 167case SqlBytesCharsState.Null: 222_state = (value == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream; 234SqlBytesCharsState.Null => throw new SqlNullValueException(), 250_state = SqlBytesCharsState.Null; 425Debug.Assert(_state >= SqlBytesCharsState.Null && _state <= SqlBytesCharsState.Stream); 475_state = (_rgchBuf == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Buffer;