2 writes to _standalone
System.Private.Xml (2)
System\Xml\Dom\XmlDeclaration.cs (2)
61_standalone = string.Empty; 63_standalone = value;
2 references to _standalone
System.Private.Xml (2)
System\Xml\Dom\XmlDeclaration.cs (2)
56get { return _standalone; } 57[MemberNotNull(nameof(_standalone))]