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