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