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