1 write to _attributeGroups
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
688
_attributeGroups
= new Hashtable();
3 references to _attributeGroups
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
202
_attributeGroups
![attr.QualifiedName] = attr;
999
XmlSchemaAttributeGroup? schemaGroup =
_attributeGroups
![groupRef!.RefName] as XmlSchemaAttributeGroup;
1028
attributeGroupResolved = (XmlSchemaAttributeGroup?)
_attributeGroups
![attributeGroupRef.RefName];