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)
103
rdef.
AttributeGroups
.Clear();
618
if (redefine.
AttributeGroups
[attributeGroup.QualifiedName] != null)
624
AddToTable(redefine.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
701
foreach (DictionaryEntry entry in redefine.
AttributeGroups
)