2 instantiations of XDeclaration
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
5478declaration = new XDeclaration(other.declaration); 5729d.Declaration = new XDeclaration(reader);
10 references to XDeclaration
System.Xml.Linq (10)
System\Xml\Linq\XLinq.cs (10)
5407XDeclaration declaration; 5445/// with the specifed <see cref="XDeclaration"/> and content. 5465public XDocument(XDeclaration declaration, params object[] content) : this(content) { 5485public XDeclaration Declaration { 6264/// Initilizes a new instance of the <see cref="XDeclaration"/> class from the 6284/// Initializes an instance of the <see cref="XDeclaration"/> class 6285/// from another <see cref="XDeclaration"/> object. 6288/// The <see cref="XDeclaration"/> used to initialize this <see cref="XDeclaration"/> object. 6290public XDeclaration(XDeclaration other) {