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