3 writes to _docTypePublic
System.Private.Xml (3)
System\Xml\Core\XmlWriterSettings.cs (3)
302
_docTypePublic
= value;
520
_docTypePublic
= null;
689
_docTypePublic
= reader.ReadStringQ();
3 references to _docTypePublic
System.Private.Xml (3)
System\Xml\Core\XmlWriterSettings.cs (3)
298
get =>
_docTypePublic
;
331
private bool IsQuerySpecific => CDataSectionElements.Count != 0 ||
_docTypePublic
!= null || _docTypeSystem != null || _standalone == XmlStandalone.Yes;
639
writer.WriteStringQ(
_docTypePublic
);