3 writes to docTypeSystem
System.Xml (3)
System\Xml\Core\XmlWriterSettings.cs (3)
377docTypeSystem = value; 692docTypeSystem = null; 857docTypeSystem = reader.ReadStringQ();
3 references to docTypeSystem
System.Xml (3)
System\Xml\Core\XmlWriterSettings.cs (3)
373return docTypeSystem; 428docTypeSystem != null || standalone == XmlStandalone.Yes; 809writer.WriteStringQ(docTypeSystem);