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