5 writes to isMatch
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (5)
41
this.
isMatch
= false;
84
this.
isMatch
= false;
105
this.
isMatch
= false;
122
this.
isMatch
= true;
129
this.
isMatch
= true; // for attribute
3 references to isMatch
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (3)
82
if (this.
isMatch
)
103
if (this.
isMatch
)
275
if ((eaxis.
isMatch
) && (eaxis.CurNode == _subtree.TopNode.Input))