5 writes to isMatched
System.Xml (5)
System\Xml\Schema\ConstraintStruct.cs (1)
55this.isMatched = false;
System\Xml\Schema\XmlSchemaValidator.cs (2)
1897laxis.isMatched = true; 1966laxis.isMatched = false;
System\Xml\Schema\XsdValidator.cs (2)
794laxis.isMatched = true; 869laxis.isMatched = false;
2 references to isMatched
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1962if (laxis.isMatched) {
System\Xml\Schema\XsdValidator.cs (1)
865if (laxis.isMatched) {