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