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