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