2 writes to moreAttributes
System.Xml (2)
System\Xml\Schema\XmlSchema.cs (2)
449set { moreAttributes = value; } 595this.moreAttributes = moreAttributes;
1 reference to moreAttributes
System.Xml (1)
System\Xml\Schema\XmlSchema.cs (1)
448get { return moreAttributes; }