3 writes to docTypePublic
System.Xml (3)
System\Xml\Core\XmlWriterSettings.cs (3)
388
docTypePublic
= value;
693
docTypePublic
= null;
859
docTypePublic
= reader.ReadStringQ();
3 references to docTypePublic
System.Xml (3)
System\Xml\Core\XmlWriterSettings.cs (3)
384
return
docTypePublic
;
427
return cdataSections.Count != 0 ||
docTypePublic
!= null ||
811
writer.WriteStringQ(
docTypePublic
);