3 writes to Standalone
System.Xml (3)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
214settings.Standalone = standalone;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
171settings.Standalone = standalone;
System\Xml\Core\XmlWriterSettings.cs (1)
861Standalone = (XmlStandalone)reader.ReadSByte(0, (sbyte)XmlStandalone.No);
6 references to Standalone
System.Xml (6)
System\Xml\Core\QueryOutputWriter.cs (1)
50if (settings.AutoXmlDeclaration && settings.Standalone == XmlStandalone.Yes)
System\Xml\Core\QueryOutputWriterV1.cs (3)
54if (settings.Standalone == XmlStandalone.Yes) { 56this.standalone = settings.Standalone; 60if (settings.Standalone == XmlStandalone.Yes) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
124standalone = settings.Standalone;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
110standalone = settings.Standalone;