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