5 writes to isMatched
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (1)
57this.isMatched = false;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
2295laxis.isMatched = true; 2378laxis.isMatched = false;
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
970laxis.isMatched = true; 1060laxis.isMatched = false;
2 references to isMatched
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
2373if (laxis.isMatched)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
1055if (laxis.isMatched)