3 writes to _docTypeSystem
System.Private.Xml (3)
System\Xml\Core\XmlWriterSettings.cs (3)
291
_docTypeSystem
= value;
519
_docTypeSystem
= null;
687
_docTypeSystem
= reader.ReadStringQ();
3 references to _docTypeSystem
System.Private.Xml (3)
System\Xml\Core\XmlWriterSettings.cs (3)
287
get =>
_docTypeSystem
;
331
private bool IsQuerySpecific => CDataSectionElements.Count != 0 || _docTypePublic != null ||
_docTypeSystem
!= null || _standalone == XmlStandalone.Yes;
637
writer.WriteStringQ(
_docTypeSystem
);