4 writes to onAttribute
System.Xml (4)
System\Xml\XPath\Internal\AttributeQuery.cs (4)
20
this.
onAttribute
= other.onAttribute;
23
onAttribute
= false;
36
onAttribute
= currentNode.MoveToFirstAttribute();
38
onAttribute
= currentNode.MoveToNextAttribute();
3 references to onAttribute
System.Xml (3)
System\Xml\XPath\Internal\AttributeQuery.cs (3)
20
this.onAttribute = other.
onAttribute
;
29
if (!
onAttribute
) {
41
if (
onAttribute
) {