1 instantiation of DataTextWriter
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3131
return new
DataTextWriter
(xw);
7 references to DataTextWriter
System.Data.Common (7)
System\Data\Common\ObjectStorage.cs (1)
508
Debug.Assert(xmlWriter is
DataTextWriter
, "Invalid DataTextWriter is being passed to customer");
System\Data\Common\SqlUDTStorage.cs (1)
228
Debug.Assert(xmlWriter is
DataTextWriter
, "Invalid DataTextWriter is being passed to customer");
System\Data\xmlsaver.cs (5)
1081
DataTextWriter
? sw = xw as
DataTextWriter
;
2357
_xmlw =
DataTextWriter
.CreateWriter(xmlw);
2807
_xmlw =
DataTextWriter
.CreateWriter(xw);
2851
_xmlw =
DataTextWriter
.CreateWriter(xw);