7 references to Prefix
System.Data.Common (7)
System\Xml\DataPointer.cs (1)
481
string prefix =
Prefix
;
System\Xml\XmlBoundElement.cs (4)
269
w.WriteStartElement(dp.
Prefix
, dp.LocalName, dp.NamespaceURI);
277
if (dp.
Prefix
== "xmlns" && dp.LocalName == XmlDataDocument.XSI)
308
w.WriteStartElement(dp.
Prefix
, dp.LocalName, dp.NamespaceURI);
354
w.WriteStartAttribute(dp.
Prefix
, dp.LocalName, dp.NamespaceURI);
System\Xml\XmlDataDocument.cs (2)
1072
XmlNodeType.Element => CreateElement(dp.
Prefix
, dp.LocalName, dp.NamespaceURI),
1073
XmlNodeType.Attribute => CreateAttribute(dp.
Prefix
, dp.LocalName, dp.NamespaceURI),