2 writes to Redefined
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
921
attributeGroup.
Redefined
= originalAttrGroup;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
633
attributeGroup.
Redefined
= (XmlSchemaAttributeGroup)redefine.Schema.AttributeGroups[attributeGroup.QualifiedName];
14 references to Redefined
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (2)
174
if (existingAttGroup == attGroup.
Redefined
)
182
else if (existingAttGroup.
Redefined
== attGroup)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
1751
if (attributeGroup.
Redefined
!= null && attributeGroupRef.RefName == attributeGroup.
Redefined
.QualifiedName)
1753
attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroup.
Redefined
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
634
if (attributeGroup.
Redefined
!= null)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (8)
268
XmlSchemaAttributeGroup baseAttributeGroup = attributeGroup.
Redefined
;
291
if (attributeGroup.
Redefined
!= null)
293
CleanupAttributeGroup(attributeGroup.
Redefined
);
559
if (baseAttributeGroup.
Redefined
!= null)
561
RecursivelyCheckRedefinedAttributeGroups(baseAttributeGroup, baseAttributeGroup.
Redefined
);
2090
if (attributeGroup.
Redefined
!= null && attributeGroupRef.RefName == attributeGroup.
Redefined
.QualifiedName)
2092
attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroup.
Redefined
;