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