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)
110
return
_state
== SqlBytesCharsState.Null;
133
return
_state
switch
150
return
_state
switch
165
switch (
_state
)
212
return
_state
switch
318
if (
_state
== SqlBytesCharsState.Stream)
460
Debug.Assert(
_state
>= SqlBytesCharsState.Null &&
_state
<= SqlBytesCharsState.Stream);
502
return
_state
== SqlBytesCharsState.Stream;