8 references to AttributeGroups
System.Xml (8)
System\Xml\Schema\Preprocessor.cs (3)
176
rdef.
AttributeGroups
.Clear();
761
if (redefine.
AttributeGroups
[attributeGroup.QualifiedName] != null) {
765
AddToTable(redefine.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
86
rdef.
AttributeGroups
.Clear();
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
91
rdef.
AttributeGroups
.Clear();
511
if (redefine.
AttributeGroups
[attributeGroup.QualifiedName] != null) {
515
AddToTable(redefine.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
576
foreach (DictionaryEntry entry in redefine.
AttributeGroups
) {