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