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