4 writes to _standalone
System.Private.Xml.Linq (4)
System\Xml\Linq\XDeclaration.cs (4)
42_standalone = standalone; 58_standalone = other._standalone; 65_standalone = r.GetAttribute("standalone"); 96set { _standalone = value; }
4 references to _standalone
System.Private.Xml.Linq (4)
System\Xml\Linq\XDeclaration.cs (4)
58_standalone = other._standalone; 95get { return _standalone; } 131if (_standalone != null) 134sb.Append(_standalone);