2 writes to XmlText
System.Data.Common (2)
System\Data\DataColumn.cs (1)
1354
_table.
XmlText
= this;
System\Data\DataColumnCollection.cs (1)
162
_table.
XmlText
= column;
13 references to XmlText
System.Data.Common (13)
System\Data\DataColumn.cs (2)
1319
if (_table.
XmlText
!= null && _table.
XmlText
!= this)
System\Data\DataColumnCollection.cs (2)
141
if (_table.
XmlText
!= null && _table.
XmlText
!= column)
System\Data\XMLDiffLoader.cs (2)
367
if (table.
XmlText
!= null)
369
DataColumn col = table.
XmlText
;
System\Data\xmlsaver.cs (2)
1866
DataColumn? colTxt = table.
XmlText
;
1921
if ((table.
XmlText
== null) && (genNested))
System\Data\XMLSchema.cs (2)
1959
if (FromInference && table.
XmlText
!= null)
2099
if (FromInference && table.
XmlText
!= null) // backward compatibility for inference
System\Xml\XmlDataDocument.cs (3)
826
Debug.Assert(c == row.Table.
XmlText
);
832
Debug.Assert(row.Table.
XmlText
== null);
835
return row.Table.
XmlText
;