9 writes to m_value
System.Data.Common (9)
System\Data\SQLTypes\SQLString.cs (9)
92
m_value
= null;
111
m_value
= null;
124
m_value
= s_unicodeEncoding.GetString(data, index, count);
130
m_value
= cpe.GetString(data, index, count);
172
m_value
= null;
177
m_value
= data;
203
m_value
= null;
208
m_value
= data;
933
m_value
= reader.ReadElementString();
18 references to m_value
System.Data.Common (18)
System\Data\SQLTypes\SQLString.cs (18)
233
return
m_value
!;
315
return IsNull ? SQLResource.NullString :
m_value
!;
323
return s_unicodeEncoding.GetBytes(
m_value
!);
335
return cpe.GetBytes(
m_value
!);
358
return new SqlString(x.m_lcid, x.m_flag, x.
m_value
+ y.
m_value
,
391
string rgchX = x.
m_value
!;
392
string rgchY = y.
m_value
!;
403
iCmpResult = x.m_cmpInfo!.Compare(x.
m_value
, 0, cwchX, y.
m_value
, 0, cwchY, options);
529
SqlString ret = new SqlString(
m_value
!, m_lcid, m_flag);
721
byte[] rgDataX = s_unicodeEncoding.GetBytes(x.
m_value
!);
722
byte[] rgDataY = s_unicodeEncoding.GetBytes(y.
m_value
!);
777
string rgDataX = x.
m_value
!;
778
string rgDataY = y.
m_value
!;
895
rgbSortKey = s_unicodeEncoding.GetBytes(
m_value
!.TrimEnd());
914
rgbSortKey = cmpInfo.GetSortKey(
m_value
!.TrimEnd(), options).KeyData;
946
writer.WriteString(
m_value
);