3 writes to attributes
System.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (1)
41schemaSet.attributes = attributes;
System\Xml\Schema\XmlSchemaSet.cs (2)
216attributes = new XmlSchemaObjectTable(); 1342attributes = new XmlSchemaObjectTable();
7 references to attributes
System.Xml (7)
System\Xml\Schema\XmlSchemaSet.cs (7)
215if (attributes == null) { 218return attributes; 1105if (!AddToTable(attributes, attribute.QualifiedName, attribute)) { 1139attributes.Remove(attributeToRemove.QualifiedName); 1283XmlSchemaAttribute attr = (XmlSchemaAttribute)attributes[attributeToRemove.QualifiedName]; 1285attributes.Remove(attributeToRemove.QualifiedName); 1341if (attributes == null) {