3 writes to declaration
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
5466this.declaration = declaration; 5478declaration = new XDeclaration(other.declaration); 5487set { declaration = value; }
13 references to declaration
System.Xml.Linq (13)
System\Xml\Linq\XLinq.cs (13)
5477if (other.declaration != null) { 5478declaration = new XDeclaration(other.declaration); 5486get { return declaration; } 5830if (declaration != null && !string.IsNullOrEmpty(declaration.Encoding)) { 5832ws.Encoding = Encoding.GetEncoding(declaration.Encoding); 5873if (declaration != null && !string.IsNullOrEmpty(declaration.Encoding)) { 5875ws.Encoding = Encoding.GetEncoding(declaration.Encoding); 5942if (declaration != null && declaration.Standalone == "yes") { 5945else if (declaration != null && declaration.Standalone == "no") {