5 references to NamespaceURI
System.Data.Common (5)
System\Xml\XmlBoundElement.cs (3)
298w.WriteStartElement(dp.Prefix, dp.LocalName, dp.NamespaceURI); 338w.WriteStartElement(dp.Prefix, dp.LocalName, dp.NamespaceURI); 386w.WriteStartAttribute(dp.Prefix, dp.LocalName, dp.NamespaceURI);
System\Xml\XmlDataDocument.cs (2)
1098XmlNodeType.Element => CreateElement(dp.Prefix, dp.LocalName, dp.NamespaceURI), 1099XmlNodeType.Attribute => CreateAttribute(dp.Prefix, dp.LocalName, dp.NamespaceURI),