5 references to attributeGroups
System.Xml (5)
System\Xml\Schema\SchemaSetCompiler.cs (5)
75
AddToTable(
attributeGroups
, attributeGroup.QualifiedName, attributeGroup);
161
foreach(XmlSchemaAttributeGroup attributeGroup in
attributeGroups
.Values) {
215
foreach (XmlSchemaAttributeGroup attributeGroup in
attributeGroups
.Values) {
1669
attributeGroupResolved = (XmlSchemaAttributeGroup)
attributeGroups
[attributeGroupRef.RefName];
1720
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)
attributeGroups
[attributeGroupRef.RefName];