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