2 writes to _standalone
System.Private.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
313_standalone = value; 521_standalone = XmlStandalone.Omit;
3 references to _standalone
System.Private.Xml (3)
System\Xml\Core\XmlWriterSettings.cs (3)
309get => _standalone; 331private bool IsQuerySpecific => CDataSectionElements.Count != 0 || _docTypePublic != null || _docTypeSystem != null || _standalone == XmlStandalone.Yes; 641writer.Write((sbyte)_standalone);