1 override of Specified
System.Private.Xml (1)
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
16
public override bool
Specified
7 references to Specified
System.Data.Common (2)
System\Xml\DataPointer.cs (1)
625
return !((XmlAttribute)_node).
Specified
;
System\Xml\DataSetMappper.cs (1)
259
if (!attr.
Specified
)
System.Private.Xml (5)
System\Xml\Dom\DocumentXmlWriter.cs (1)
441
&& ((XmlAttribute)attrs.nodes[offset]).
Specified
)
System\Xml\Dom\XmlDocument.cs (2)
977
Debug.Assert(((XmlAttribute)node).
Specified
);
1035
if (fromElem.Attributes[iAttr].
Specified
)
System\Xml\Dom\XmlElement.cs (1)
69
if (unspecAttr != null && attr.
Specified
== false)
System\Xml\Dom\XmlNodeReader.cs (1)
307
return !((XmlAttribute)_curNode).
Specified
;