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