2 writes to _hasRequiredAttribute
System.Private.Xml (2)
System\Xml\Schema\SchemaElementDecl.cs (2)
160
set {
_hasRequiredAttribute
= value; }
193
_hasRequiredAttribute
= true;
1 reference to _hasRequiredAttribute
System.Private.Xml (1)
System\Xml\Schema\SchemaElementDecl.cs (1)
159
get { return
_hasRequiredAttribute
; }