66 references to SqlBytesCharsState
System.Data (66)
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (33)
91
private
SqlBytesCharsState
m_state;
114
m_state =
SqlBytesCharsState
.Null;
118
m_state =
SqlBytesCharsState
.Buffer;
136
m_state = (s == null) ?
SqlBytesCharsState
.Null :
SqlBytesCharsState
.Stream;
152
m_state =
SqlBytesCharsState
.Null;
157
m_state =
SqlBytesCharsState
.Buffer;
173
return m_state ==
SqlBytesCharsState
.Null;
192
case
SqlBytesCharsState
.Null:
195
case
SqlBytesCharsState
.Stream:
211
case
SqlBytesCharsState
.Stream:
226
case
SqlBytesCharsState
.Null:
229
case
SqlBytesCharsState
.Stream:
271
case
SqlBytesCharsState
.Null:
273
case
SqlBytesCharsState
.Stream:
276
case
SqlBytesCharsState
.Buffer:
292
m_state = (value == null) ?
SqlBytesCharsState
.Null :
SqlBytesCharsState
.Stream;
304
m_state =
SqlBytesCharsState
.Null;
332
m_state =
SqlBytesCharsState
.Buffer;
364
case
SqlBytesCharsState
.Stream:
419
m_state =
SqlBytesCharsState
.Buffer;
465
Debug.Assert(m_state >=
SqlBytesCharsState
.Null && m_state <=
SqlBytesCharsState
.Stream);
496
m_state =
SqlBytesCharsState
.Buffer;
504
return m_state ==
SqlBytesCharsState
.Stream;
511
m_state = (m_rgbBuf == null) ?
SqlBytesCharsState
.Null :
SqlBytesCharsState
.Buffer;
577
case
SqlBytesCharsState
.Null:
581
case
SqlBytesCharsState
.Buffer:
586
case
SqlBytesCharsState
.Stream:
588
goto case
SqlBytesCharsState
.Buffer;
592
goto case
SqlBytesCharsState
.Null;
fx\src\data\System\Data\SQLTypes\SQLChars.cs (33)
82
private
SqlBytesCharsState
m_state;
105
m_state =
SqlBytesCharsState
.Null;
109
m_state =
SqlBytesCharsState
.Buffer;
127
m_state = (s == null) ?
SqlBytesCharsState
.Null :
SqlBytesCharsState
.Stream;
143
m_state =
SqlBytesCharsState
.Null;
148
m_state =
SqlBytesCharsState
.Buffer;
163
return m_state ==
SqlBytesCharsState
.Null;
183
case
SqlBytesCharsState
.Null:
186
case
SqlBytesCharsState
.Stream:
203
case
SqlBytesCharsState
.Stream:
219
case
SqlBytesCharsState
.Null:
222
case
SqlBytesCharsState
.Stream:
269
m_state = (value == null) ?
SqlBytesCharsState
.Null :
SqlBytesCharsState
.Stream;
278
case
SqlBytesCharsState
.Null:
281
case
SqlBytesCharsState
.Stream:
284
case
SqlBytesCharsState
.Buffer:
300
m_state =
SqlBytesCharsState
.Null;
328
m_state =
SqlBytesCharsState
.Buffer;
361
case
SqlBytesCharsState
.Stream:
417
m_state =
SqlBytesCharsState
.Buffer;
463
Debug.Assert(m_state >=
SqlBytesCharsState
.Null && m_state <=
SqlBytesCharsState
.Stream);
477
return m_state ==
SqlBytesCharsState
.Stream;
499
m_state =
SqlBytesCharsState
.Buffer;
508
m_state = (m_rgchBuf == null) ?
SqlBytesCharsState
.Null :
SqlBytesCharsState
.Buffer;
562
case
SqlBytesCharsState
.Null:
566
case
SqlBytesCharsState
.Buffer:
571
case
SqlBytesCharsState
.Stream:
573
goto case
SqlBytesCharsState
.Buffer;
577
goto case
SqlBytesCharsState
.Null;