2 writes to standalone
System.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
399
standalone
= value;
694
standalone
= XmlStandalone.Omit;
3 references to standalone
System.Xml (3)
System\Xml\Core\XmlWriterSettings.cs (3)
395
return
standalone
;
428
docTypeSystem != null ||
standalone
== XmlStandalone.Yes;
813
writer.Write((sbyte)
standalone
);