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)
298get => _docTypePublic; 331private bool IsQuerySpecific => CDataSectionElements.Count != 0 || _docTypePublic != null || _docTypeSystem != null || _standalone == XmlStandalone.Yes; 639writer.WriteStringQ(_docTypePublic);