2 writes to _moreAttributes
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaAnnotation.cs (2)
33set { _moreAttributes = value; } 45_moreAttributes = moreAttributes;
1 reference to _moreAttributes
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
32get { return _moreAttributes; }