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