5 writes to isMatch
System.Private.Xml (5)
System\Xml\Schema\Asttree.cs (5)
38
this.
isMatch
= false;
80
this.
isMatch
= false;
101
this.
isMatch
= false;
121
this.
isMatch
= true;
129
this.
isMatch
= true; // for attribute
3 references to isMatch
System.Private.Xml (3)
System\Xml\Schema\Asttree.cs (3)
78
if (this.
isMatch
)
99
if (this.
isMatch
)
276
if ((eaxis.
isMatch
) && (eaxis.CurNode == _subtree.TopNode.Input))