5 writes to isMatched
System.Private.Xml (5)
System\Xml\Schema\ConstraintStruct.cs (1)
59
this.
isMatched
= false;
System\Xml\Schema\XmlSchemaValidator.cs (2)
2267
laxis.
isMatched
= true;
2350
laxis.
isMatched
= false;
System\Xml\Schema\XsdValidator.cs (2)
952
laxis.
isMatched
= true;
1043
laxis.
isMatched
= false;
2 references to isMatched
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (1)
2345
if (laxis.
isMatched
)
System\Xml\Schema\XsdValidator.cs (1)
1038
if (laxis.
isMatched
)