11 writes to m_state
System.Data (11)
fx\src\data\System\Data\SQLTypes\SQLChars.cs (11)
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;
269
m_state
= (value == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream;
300
m_state
= SqlBytesCharsState.Null;
328
m_state
= SqlBytesCharsState.Buffer;
417
m_state
= SqlBytesCharsState.Buffer;
499
m_state
= SqlBytesCharsState.Buffer;
508
m_state
= (m_rgchBuf == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Buffer;
10 references to m_state
System.Data (10)
fx\src\data\System\Data\SQLTypes\SQLChars.cs (10)
163
return
m_state
== SqlBytesCharsState.Null;
182
switch (
m_state
) {
202
switch (
m_state
) {
218
switch (
m_state
) {
277
switch (
m_state
) {
360
switch (
m_state
) {
463
Debug.Assert(
m_state
>= SqlBytesCharsState.Null &&
m_state
<= SqlBytesCharsState.Stream);
477
return
m_state
== SqlBytesCharsState.Stream;
560
switch (
m_state
)