2 writes to Redefined
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
751
group.
Redefined
= originalGroup;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
499
group.
Redefined
= (XmlSchemaGroup)redefine.Schema.Groups[group.QualifiedName];
9 references to Redefined
System.Xml (9)
System\Xml\Schema\BaseProcessor.cs (2)
155
if (existingGroup == group.
Redefined
) { //group is the redefinition of existingObject
161
else if (existingGroup.
Redefined
== group) { //Redefined type already exists in the set, original type is added after redefined type, ignore the original type
System\Xml\Schema\Preprocessor.cs (1)
916
count = CountGroupSelfReference(group.Particle.Items, group.QualifiedName, group.
Redefined
);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
500
if (group.
Redefined
!= null) {
System\Xml\Schema\SchemaSetCompiler.cs (5)
209
XmlSchemaGroup baseGroup = group.
Redefined
;
329
if (group.
Redefined
!= null) {
330
CleanupGroup(group.
Redefined
);
430
if (baseGroup.
Redefined
!= null) {
431
RecursivelyCheckRedefinedGroups(baseGroup, baseGroup.
Redefined
);