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