5 writes to isMatch
System.Xml (5)
System\Xml\Schema\Asttree.cs (5)
37this.isMatch = false; 73this.isMatch = false; 91this.isMatch = false; 104this.isMatch = true; 110this.isMatch = true; // for attribute
3 references to isMatch
System.Xml (3)
System\Xml\Schema\Asttree.cs (3)
72if (this.isMatch) { 90if (this.isMatch) { 232if ((eaxis.isMatch) && (eaxis.CurNode == this.subtree.TopNode.Input)) {