4 writes to Standalone
System.Private.Xml (4)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
203settings.Standalone = _standalone;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
150settings.Standalone = _standalone;
System\Xml\Core\XmlWriterSettings.cs (1)
691Standalone = (XmlStandalone)reader.ReadSByte(0, (sbyte)XmlStandalone.No);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
746settings.Standalone = standalone;
6 references to Standalone
System.Private.Xml (6)
System\Xml\Core\QueryOutputWriter.cs (1)
53if (settings.AutoXmlDeclaration && settings.Standalone == XmlStandalone.Yes)
System\Xml\Core\QueryOutputWriterV1.cs (2)
53if (settings.Standalone == XmlStandalone.Yes) 60if (settings.Standalone == XmlStandalone.Yes)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
101_standalone = settings.Standalone;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
86_standalone = settings.Standalone;
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
742if (currentPrec == output.StandalonePrec && settings.Standalone != standalone)