20 references to AttributeGroups
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (1)
90XmlSchemaObject builtInAttributeGroup = schemaForXmlNS.AttributeGroups[qname];
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (6)
187schema.AttributeGroups.Clear(); 768AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 834foreach (XmlSchemaAttributeGroup attributeGroup in includedSchema.AttributeGroups.Values) 836AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 913XmlSchemaAttributeGroup originalAttrGroup = (XmlSchemaAttributeGroup)schemaToUpdate.AttributeGroups[attributeGroup.QualifiedName]; 922schemaToUpdate.AttributeGroups.Insert(attributeGroup.QualifiedName, attributeGroup);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (5)
65foreach (XmlSchemaAttributeGroup attributeGroup in _schema.AttributeGroups.Values) 181schema.AttributeGroups.Clear(); 202foreach (XmlSchemaAttributeGroup attributeGroup in _schema.AttributeGroups.Values) 1757attributeGroupResolved = (XmlSchemaAttributeGroup)_schema.AttributeGroups[attributeGroupRef.RefName]; 1817XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)_schema.AttributeGroups[attributeGroupRef.RefName];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (6)
113schema.AttributeGroups.Clear(); 519foreach (XmlSchemaAttributeGroup attributeGroup in includedSchema.AttributeGroups.Values) 521AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 549AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 633attributeGroup.Redefined = (XmlSchemaAttributeGroup)redefine.Schema.AttributeGroups[attributeGroup.QualifiedName]; 712redefine.Schema.AttributeGroups.Insert((XmlQualifiedName)entry.Key, (XmlSchemaObject)entry.Value);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
82foreach (XmlSchemaAttributeGroup attributeGroup in schema.AttributeGroups.Values)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
348ret = schema.AttributeGroups[name];