2 writes to _attrXml
System.Data.Common (2)
System\Xml\XmlDataDocument.cs (2)
2586_attrXml = null!; 2608_attrXml = CreateAttribute("xmlns", "xml", XPathNodePointer.StrReservedXmlns);
5 references to _attrXml
System.Data.Common (5)
System\Xml\XmlDataDocument.cs (3)
2593[MemberNotNull(nameof(_attrXml))] 2609_attrXml.Value = XPathNodePointer.StrReservedXml; 2617[MemberNotNull(nameof(_attrXml))]
System\Xml\XPathNodePointer.cs (2)
1534MoveTo(_doc._attrXml, null, false); 1638MoveTo(_doc._attrXml, null, false);