2 writes to _moreAttributes
System.Private.Xml (2)
System\Xml\Schema\XmlSchema.cs (2)
347set { _moreAttributes = value; } 505_moreAttributes = moreAttributes;
1 reference to _moreAttributes
System.Private.Xml (1)
System\Xml\Schema\XmlSchema.cs (1)
346get { return _moreAttributes; }