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