11 writes to m_state
System.Data (11)
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (11)
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; 292 m_state = (value == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Stream; 304 m_state = SqlBytesCharsState.Null; 332 m_state = SqlBytesCharsState.Buffer; 419m_state = SqlBytesCharsState.Buffer; 496 m_state = SqlBytesCharsState.Buffer; 511 m_state = (m_rgbBuf == null) ? SqlBytesCharsState.Null : SqlBytesCharsState.Buffer;
10 references to m_state
System.Data (10)
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (10)
173 return m_state == SqlBytesCharsState.Null; 191 switch (m_state) { 210 switch (m_state) { 225 switch (m_state) { 270 switch (m_state) { 363 switch (m_state) { 465 Debug.Assert(m_state >= SqlBytesCharsState.Null && m_state <= SqlBytesCharsState.Stream); 504 return m_state == SqlBytesCharsState.Stream; 575 switch (m_state)