3 writes to elements
System.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (1)
40schemaSet.elements = elements;
System\Xml\Schema\XmlSchemaSet.cs (2)
203elements = new XmlSchemaObjectTable(); 1339elements = new XmlSchemaObjectTable();
8 references to elements
System.Xml (8)
System\Xml\Schema\XmlSchemaSet.cs (8)
202if (elements == null) { 205return elements; 970XmlSchemaElement headElement = (XmlSchemaElement)elements[substitutionGroup.Examplar]; 1100if(!AddToTable(elements, element.QualifiedName, element)) { 1134elements.Remove(elementToRemove.QualifiedName); 1277XmlSchemaElement elem = (XmlSchemaElement)elements[elementToRemove.QualifiedName]; 1279elements.Remove(elementToRemove.QualifiedName); 1338if (elements == null) {