2 writes to _moreAttributes
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaExternal.cs (2)
44set { _moreAttributes = value; } 63_moreAttributes = moreAttributes;
1 reference to _moreAttributes
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaExternal.cs (1)
43get { return _moreAttributes; }