5 references to _attributeGroups
System.Private.Xml (5)
System\Xml\Schema\SchemaSetCompiler.cs (5)
94
AddToTable(
_attributeGroups
, attributeGroup!.QualifiedName, attributeGroup);
203
foreach (XmlSchemaAttributeGroup? attributeGroup in
_attributeGroups
.Values)
280
foreach (XmlSchemaAttributeGroup? attributeGroup in
_attributeGroups
.Values)
2110
attributeGroupResolved = (XmlSchemaAttributeGroup?)
_attributeGroups
[attributeGroupRef.RefName];
2176
XmlSchemaAttributeGroup? attributeGroup = (XmlSchemaAttributeGroup?)
_attributeGroups
[attributeGroupRef.RefName];