2 writes to _attrXml
System.Data.Common (2)
System\Xml\XmlDataDocument.cs (2)
2588_attrXml = null!; 2610_attrXml = CreateAttribute("xmlns", "xml", XPathNodePointer.StrReservedXmlns);
5 references to _attrXml
System.Data.Common (5)
System\Xml\XmlDataDocument.cs (3)
2595[MemberNotNull(nameof(_attrXml))] 2611_attrXml.Value = XPathNodePointer.StrReservedXml; 2619[MemberNotNull(nameof(_attrXml))]
System\Xml\XPathNodePointer.cs (2)
1534MoveTo(_doc._attrXml, null, false); 1638MoveTo(_doc._attrXml, null, false);