2 writes to _attrXml
System.Data.Common (2)
System\Xml\XmlDataDocument.cs (2)
2628_attrXml = null!; 2650_attrXml = CreateAttribute("xmlns", "xml", XPathNodePointer.StrReservedXmlns);
5 references to _attrXml
System.Data.Common (5)
System\Xml\XmlDataDocument.cs (3)
2635[MemberNotNull(nameof(_attrXml))] 2651_attrXml.Value = XPathNodePointer.StrReservedXml; 2659[MemberNotNull(nameof(_attrXml))]
System\Xml\XPathNodePointer.cs (2)
1525MoveTo(_doc._attrXml, null, false); 1627MoveTo(_doc._attrXml, null, false);