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