3 writes to Standalone
System.Private.Xml (3)
System\Xml\Dom\XmlDeclaration.cs (3)
29this.Standalone = standalone; 122Standalone = tempStandalone; 127Standalone = orgStandalone;
9 references to Standalone
System.Data.Common (2)
System\Xml\DataPointer.cs (2)
802return ((XmlDeclaration)(_node)).Standalone; 809return dec.Standalone;
System.Private.Xml (7)
System\Xml\Dom\XmlDeclaration.cs (4)
92if (Standalone.Length > 0) 95strb.Append(Standalone); 108string orgStandalone = this.Standalone; 161return OwnerDocument.CreateXmlDeclaration(Version, Encoding, Standalone);
System\Xml\Dom\XmlDocument.cs (2)
993newNode = CreateXmlDeclaration(decl.Version, decl.Encoding, decl.Standalone); 1722return decl.Standalone;
System\Xml\Dom\XmlNodeReader.cs (1)
398return decl.Standalone;