2 writes to moreAttributes
System.Xml (2)
System\Xml\Schema\XmlSchemaAnnotated.cs (2)
49set { moreAttributes = value; } 59this.moreAttributes = moreAttributes;
1 reference to moreAttributes
System.Xml (1)
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
48get { return moreAttributes; }