26 references to Null
System.Data (26)
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (13)
114
m_state = SqlBytesCharsState.
Null
;
136
m_state = (s == null) ? SqlBytesCharsState.
Null
: SqlBytesCharsState.Stream;
152
m_state = SqlBytesCharsState.
Null
;
173
return m_state == SqlBytesCharsState.
Null
;
192
case SqlBytesCharsState.
Null
:
226
case SqlBytesCharsState.
Null
:
271
case SqlBytesCharsState.
Null
:
292
m_state = (value == null) ? SqlBytesCharsState.
Null
: SqlBytesCharsState.Stream;
304
m_state = SqlBytesCharsState.
Null
;
465
Debug.Assert(m_state >= SqlBytesCharsState.
Null
&& m_state <= SqlBytesCharsState.Stream);
511
m_state = (m_rgbBuf == null) ? SqlBytesCharsState.
Null
: SqlBytesCharsState.Buffer;
577
case SqlBytesCharsState.
Null
:
592
goto case SqlBytesCharsState.
Null
;
fx\src\data\System\Data\SQLTypes\SQLChars.cs (13)
105
m_state = SqlBytesCharsState.
Null
;
127
m_state = (s == null) ? SqlBytesCharsState.
Null
: SqlBytesCharsState.Stream;
143
m_state = SqlBytesCharsState.
Null
;
163
return m_state == SqlBytesCharsState.
Null
;
183
case SqlBytesCharsState.
Null
:
219
case SqlBytesCharsState.
Null
:
269
m_state = (value == null) ? SqlBytesCharsState.
Null
: SqlBytesCharsState.Stream;
278
case SqlBytesCharsState.
Null
:
300
m_state = SqlBytesCharsState.
Null
;
463
Debug.Assert(m_state >= SqlBytesCharsState.
Null
&& m_state <= SqlBytesCharsState.Stream);
508
m_state = (m_rgchBuf == null) ? SqlBytesCharsState.
Null
: SqlBytesCharsState.Buffer;
562
case SqlBytesCharsState.
Null
:
577
goto case SqlBytesCharsState.
Null
;