10 references to elements
System.Xml (10)
System\Xml\Schema\SchemaSetCompiler.cs (10)
40schemaSet.elements = elements; 57AddToTable(elements, element.QualifiedName, element); 119foreach (XmlSchemaElement element in elements.Values) { 173foreach (XmlSchemaElement element in elements.Values) { 202foreach (XmlSchemaElement element in elements.Values) { 350foreach (XmlSchemaElement element in this.elements.Values) { 352XmlSchemaElement headElement = this.elements[element.SubstitutionGroup] as XmlSchemaElement; 387XmlSchemaElement examplar = (XmlSchemaElement)elements[substitutionGroup.Examplar]; 2150XmlSchemaElement e = (XmlSchemaElement)elements[xe.RefName]; 2172XmlSchemaElement examplar = (XmlSchemaElement)elements[xe.SubstitutionGroup];