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