1 write to encoding
System.Xml (1)
System\Xml\Dom\XmlDeclaration.cs (1)
44
set { this.
encoding
= ( (value == null) ? String.Empty : value ); }
1 reference to encoding
System.Xml (1)
System\Xml\Dom\XmlDeclaration.cs (1)
43
get { return this.
encoding
; }