2 writes to standalone
System.Xml (2)
System\Xml\Dom\XmlDeclaration.cs (2)
52this.standalone = String.Empty; 54this.standalone = value;
1 reference to standalone
System.Xml (1)
System\Xml\Dom\XmlDeclaration.cs (1)
49get { return this.standalone; }