5 references to NamespaceURI
System.Data.Common (5)
System\Xml\XmlBoundElement.cs (3)
269w.WriteStartElement(dp.Prefix, dp.LocalName, dp.NamespaceURI); 308w.WriteStartElement(dp.Prefix, dp.LocalName, dp.NamespaceURI); 354w.WriteStartAttribute(dp.Prefix, dp.LocalName, dp.NamespaceURI);
System\Xml\XmlDataDocument.cs (2)
1072XmlNodeType.Element => CreateElement(dp.Prefix, dp.LocalName, dp.NamespaceURI), 1073XmlNodeType.Attribute => CreateAttribute(dp.Prefix, dp.LocalName, dp.NamespaceURI),