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