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