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