4 writes to encoding
System.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
6279
this.
encoding
= encoding;
6293
encoding
= other.encoding;
6299
encoding
= r.GetAttribute("encoding");
6309
set {
encoding
= value; }
4 references to encoding
System.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
6293
encoding = other.
encoding
;
6308
get { return
encoding
; }
6345
if (
encoding
!= null) {
6347
sb.Append(
encoding
);