1 write to attributeGroups
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
597attributeGroups = new Hashtable();
3 references to attributeGroups
System.Data (3)
fx\src\data\System\Data\XMLSchema.cs (3)
183attributeGroups[attr.QualifiedName] = attr; 849XmlSchemaAttributeGroup schemaGroup = attributeGroups[groupRef.RefName] as XmlSchemaAttributeGroup; 869attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroups[attributeGroupRef.RefName];