8 references to AttributeGroups
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
201rdef.AttributeGroups.Clear(); 906if (redefine.AttributeGroups[attributeGroup.QualifiedName] != null) 912AddToTable(redefine.AttributeGroups, attributeGroup.QualifiedName, attributeGroup);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
103rdef.AttributeGroups.Clear();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (4)
106rdef.AttributeGroups.Clear(); 626if (redefine.AttributeGroups[attributeGroup.QualifiedName] != null) 632AddToTable(redefine.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 710foreach (DictionaryEntry entry in redefine.AttributeGroups)