1 instantiation of DataTextWriter
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2698
return new
DataTextWriter
(xw);
7 references to DataTextWriter
System.Data (7)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
411
Debug.Assert(xmlWriter is
DataTextWriter
, "Invalid DataTextWriter is being passed to customer");
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
197
Debug.Assert(xmlWriter is
DataTextWriter
, "Invalid DataTextWriter is being passed to customer");
fx\src\data\System\Data\xmlsaver.cs (5)
915
DataTextWriter
sw = xw as
DataTextWriter
;
2037
_xmlw =
DataTextWriter
.CreateWriter(xmlw);
2424
_xmlw =
DataTextWriter
.CreateWriter(xw);
2463
_xmlw =
DataTextWriter
.CreateWriter(xw);