1 instantiation of DataTextWriter
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3113return new DataTextWriter(xw);
7 references to DataTextWriter
System.Data.Common (7)
System\Data\Common\ObjectStorage.cs (1)
504Debug.Assert(xmlWriter is DataTextWriter, "Invalid DataTextWriter is being passed to customer");
System\Data\Common\SqlUDTStorage.cs (1)
224Debug.Assert(xmlWriter is DataTextWriter, "Invalid DataTextWriter is being passed to customer");
System\Data\xmlsaver.cs (5)
1079DataTextWriter? sw = xw as DataTextWriter; 2345_xmlw = DataTextWriter.CreateWriter(xmlw); 2791_xmlw = DataTextWriter.CreateWriter(xw); 2834_xmlw = DataTextWriter.CreateWriter(xw);