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