2 writes to CheckRequiredAttribute
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
654context.CheckRequiredAttribute = false; 1301context.CheckRequiredAttribute = true;
1 reference to CheckRequiredAttribute
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1020if (context.CheckRequiredAttribute && contextElementDecl.HasRequiredAttribute) {