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