4 writes to _standalone
System.Private.Xml.Linq (4)
System\Xml\Linq\XDeclaration.cs (4)
41_standalone = standalone; 57_standalone = other._standalone; 64_standalone = r.GetAttribute("standalone"); 86set { _standalone = value; }
4 references to _standalone
System.Private.Xml.Linq (4)
System\Xml\Linq\XDeclaration.cs (4)
57_standalone = other._standalone; 85get { return _standalone; } 121if (_standalone != null) 124sb.Append(_standalone);