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