2 writes to hasRequiredAttribute
System.Xml (2)
System\Xml\Schema\SchemaElementDecl.cs (2)
148set { hasRequiredAttribute = value; } 176hasRequiredAttribute = true;
1 reference to hasRequiredAttribute
System.Xml (1)
System\Xml\Schema\SchemaElementDecl.cs (1)
147get { return hasRequiredAttribute; }