3 writes to _declaration
System.Private.Xml.Linq (3)
System\Xml\Linq\XDocument.cs (3)
93
_declaration
= declaration;
108
_declaration
= new XDeclaration(other._declaration);
118
set {
_declaration
= value; }
20 references to _declaration
System.Private.Xml.Linq (20)
System\Xml\Linq\XDocument.cs (20)
106
if (other.
_declaration
!= null)
108
_declaration = new XDeclaration(other.
_declaration
);
117
get { return
_declaration
; }
592
if (
_declaration
!= null && !string.IsNullOrEmpty(
_declaration
.Encoding))
596
ws.Encoding = Encoding.GetEncoding(
_declaration
.Encoding);
625
if (
_declaration
!= null && !string.IsNullOrEmpty(
_declaration
.Encoding))
629
ws.Encoding = Encoding.GetEncoding(
_declaration
.Encoding);
769
if (
_declaration
!= null && !string.IsNullOrEmpty(
_declaration
.Encoding))
773
ws.Encoding = Encoding.GetEncoding(
_declaration
.Encoding);
799
if (
_declaration
!= null &&
_declaration
.Standalone == "yes")
803
else if (
_declaration
!= null &&
_declaration
.Standalone == "no")
837
if (
_declaration
!= null &&
_declaration
.Standalone == "yes")
841
else if (
_declaration
!= null &&
_declaration
.Standalone == "no")