31 references to Elements
System.Data.Services.Design (1)
System\Data\EntityModel\EntityClassGenerator.cs (1)
315XmlSchemaElement entityContainerElement = csdlSchema.Elements[new XmlQualifiedName("EntityContainer", csdlSchema.TargetNamespace)] as XmlSchemaElement;
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
90foreach (XmlSchemaElement element in schema.Elements.Values) 292foreach (XmlSchemaObject schemaObj in schema.Elements.Values)
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractImporter.cs (1)
807element = (XmlSchemaElement)schema.Elements[elementName];
System\ServiceModel\Description\SchemaHelper.cs (1)
23XmlSchemaElement existingElement = (XmlSchemaElement)schema.Elements[new XmlQualifiedName(element.Name, schema.TargetNamespace)];
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\SchemaUtility.cs (4)
561(schema.Elements.Contains(discoveryVersion.Implementation.QualifiedNames.TypesElement))) 566(schema.Elements.Contains(discoveryVersion.Implementation.QualifiedNames.ScopesElement))) 571(schema.Elements.Contains(discoveryVersion.Implementation.QualifiedNames.XAddrsElement))) 576(schema.Elements.Contains(discoveryVersion.Implementation.QualifiedNames.MetadataVersionElement)))
System.Xml (22)
System\Xml\Schema\Preprocessor.cs (4)
165schema.Elements.Clear(); 662AddToTable(schema.Elements, element.QualifiedName, element); 689foreach (XmlSchemaElement element in includedSchema.Elements.Values) { 690AddToTable(schema.Elements, element.QualifiedName, element);
System\Xml\Schema\SchemaCollectionCompiler.cs (10)
39foreach (XmlSchemaElement element in this.schema.Elements.Values) { 69foreach (XmlSchemaElement element in this.schema.Elements.Values) { 152schema.Elements.Clear(); 179foreach (XmlSchemaElement element in this.schema.Elements.Values) { 203foreach (XmlSchemaElement element in this.schema.Elements.Values) { 216foreach (XmlSchemaElement element in this.schema.Elements.Values) { 345XmlSchemaElement examplar = (XmlSchemaElement)this.schema.Elements[substitutionGroup.Examplar]; 379XmlSchemaElement examplar = (XmlSchemaElement)this.schema.Elements[substitutionGroup.Examplar]; 1804XmlSchemaElement e = (XmlSchemaElement)this.schema.Elements[xe.RefName]; 1826XmlSchemaElement examplar = (XmlSchemaElement)this.schema.Elements[xe.SubstitutionGroup];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
101schema.Elements.Clear(); 416foreach (XmlSchemaElement element in includedSchema.Elements.Values) { 417AddToTable(schema.Elements, element.QualifiedName, element); 464AddToTable(schema.Elements, element.QualifiedName, element);
System\Xml\Schema\SchemaSetCompiler.cs (1)
53foreach (XmlSchemaElement element in schema.Elements.Values) {
System\Xml\Schema\XmlSchemaSet.cs (1)
1276foreach (XmlSchemaElement elementToRemove in schema.Elements.Values) {
System\Xml\Serialization\Mappings.cs (1)
1085elements = Schema.Elements;
System\Xml\Serialization\XmlSchemas.cs (1)
303ret = schema.Elements[name];