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