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