9 writes to _state
System.Data.Common (9)
System\Data\SQLTypes\SQLChars.cs (9)
66
_state
= SqlBytesCharsState.Null;
71
_state
= SqlBytesCharsState.Buffer;
91
_state
= (s == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream;
222
_state
= (value == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream;
250
_state
= SqlBytesCharsState.Null;
279
_state
= SqlBytesCharsState.Buffer;
373
_state
= SqlBytesCharsState.Buffer;
465
_state
= SqlBytesCharsState.Buffer;
475
_state
= (_rgchBuf == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Buffer;
9 references to _state
System.Data.Common (9)
System\Data\SQLTypes\SQLChars.cs (9)
107
return
_state
== SqlBytesCharsState.Null;
131
return
_state
switch
149
return
_state
switch
165
switch (
_state
)
232
return
_state
switch
312
switch (
_state
)
425
Debug.Assert(
_state
>= SqlBytesCharsState.Null &&
_state
<= SqlBytesCharsState.Stream);
442
return
_state
== SqlBytesCharsState.Stream;