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)
56
get { return
_standalone
; }
57
[MemberNotNull(nameof(
_standalone
))]