2 writes to attributes
System.Xml (2)
System\Xml\Schema\XmlSchemaComplexType.cs (2)
207
attributes
= new XmlSchemaObjectCollection();
334
attributes
= newAttributes;
2 references to attributes
System.Xml (2)
System\Xml\Schema\XmlSchemaComplexType.cs (2)
206
if (
attributes
== null) {
209
return
attributes
;