20 references to AttributeGroups
System.Xml (20)
System\Xml\Schema\BaseProcessor.cs (1)
74XmlSchemaObject builtInAttributeGroup = schemaForXmlNS.AttributeGroups[qname];
System\Xml\Schema\Preprocessor.cs (6)
163schema.AttributeGroups.Clear(); 647AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 701foreach (XmlSchemaAttributeGroup attributeGroup in includedSchema.AttributeGroups.Values) { 702AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 766XmlSchemaAttributeGroup originalAttrGroup = (XmlSchemaAttributeGroup)schemaToUpdate.AttributeGroups[attributeGroup.QualifiedName]; 773schemaToUpdate.AttributeGroups.Insert(attributeGroup.QualifiedName, attributeGroup);
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
58foreach (XmlSchemaAttributeGroup attributeGroup in this.schema.AttributeGroups.Values) { 150schema.AttributeGroups.Clear(); 168foreach (XmlSchemaAttributeGroup attributeGroup in this.schema.AttributeGroups.Values) { 1392attributeGroupResolved = (XmlSchemaAttributeGroup)this.schema.AttributeGroups[attributeGroupRef.RefName]; 1441XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)this.schema.AttributeGroups[attributeGroupRef.RefName];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
99schema.AttributeGroups.Clear(); 425foreach (XmlSchemaAttributeGroup attributeGroup in includedSchema.AttributeGroups.Values) { 426AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 449AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 516attributeGroup.Redefined = (XmlSchemaAttributeGroup)redefine.Schema.AttributeGroups[attributeGroup.QualifiedName]; 577redefine.Schema.AttributeGroups.Insert((XmlQualifiedName)entry.Key, (XmlSchemaObject)entry.Value);
System\Xml\Schema\SchemaSetCompiler.cs (1)
71foreach (XmlSchemaAttributeGroup attributeGroup in schema.AttributeGroups.Values) {
System\Xml\Serialization\XmlSchemas.cs (1)
300ret = schema.AttributeGroups[name];