9 writes to _state
System.Data.Common (9)
System\Data\SQLTypes\SQLBytes.cs (9)
72_state = SqlBytesCharsState.Null; 77_state = SqlBytesCharsState.Buffer; 95_state = (s == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream; 232_state = (value == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream; 245_state = SqlBytesCharsState.Null; 275_state = SqlBytesCharsState.Buffer; 410_state = SqlBytesCharsState.Buffer; 493_state = SqlBytesCharsState.Buffer; 510_state = (_rgbBuf == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Buffer;
9 references to _state
System.Data.Common (9)
System\Data\SQLTypes\SQLBytes.cs (9)
110return _state == SqlBytesCharsState.Null; 133return _state switch 150return _state switch 165switch (_state) 212return _state switch 318if (_state == SqlBytesCharsState.Stream) 460Debug.Assert(_state >= SqlBytesCharsState.Null && _state <= SqlBytesCharsState.Stream); 502return _state == SqlBytesCharsState.Stream;