8 references to AttributeGroups
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (3)
194
rdef.
AttributeGroups
.Clear();
872
if (redefine.
AttributeGroups
[attributeGroup.QualifiedName] != null)
878
AddToTable(redefine.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
107
rdef.
AttributeGroups
.Clear();
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
100
rdef.
AttributeGroups
.Clear();
615
if (redefine.
AttributeGroups
[attributeGroup.QualifiedName] != null)
621
AddToTable(redefine.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
698
foreach (DictionaryEntry entry in redefine.
AttributeGroups
)