4 writes to Redefined
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
947
complexType.
Redefined
= originalType;
977
simpleType.
Redefined
= originalType;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
660
complexType.
Redefined
= type;
690
simpleType.
Redefined
= type;
46 references to Redefined
dotnet-svcutil-lib (46)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (2)
212
if (existingType == schemaType.
Redefined
)
220
else if (existingType.
Redefined
== schemaType)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (17)
563
else if (simpleType.
Redefined
!= null && restriction.BaseTypeName == simpleType.
Redefined
.QualifiedName)
565
CompileSimpleType((XmlSchemaSimpleType)simpleType.
Redefined
);
566
simpleType.SetBaseSchemaType(simpleType.
Redefined
.BaseXmlSchemaType);
567
datatype = simpleType.
Redefined
.Datatype;
795
if (complexType.
Redefined
!= null && simpleExtension.BaseTypeName == complexType.
Redefined
.QualifiedName)
797
baseType = (XmlSchemaComplexType)complexType.
Redefined
;
835
if (complexType.
Redefined
!= null && simpleRestriction.BaseTypeName == complexType.
Redefined
.QualifiedName)
837
baseType = (XmlSchemaComplexType)complexType.
Redefined
;
919
if (complexType.
Redefined
!= null && complexExtension.BaseTypeName == complexType.
Redefined
.QualifiedName)
921
baseType = (XmlSchemaComplexType)complexType.
Redefined
;
985
if (complexType.
Redefined
!= null && complexRestriction.BaseTypeName == complexType.
Redefined
.QualifiedName)
987
baseType = (XmlSchemaComplexType)complexType.
Redefined
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (21)
349
if (complexType.
Redefined
!= null)
351
CleanupComplexType(complexType.
Redefined
as XmlSchemaComplexType);
363
if (simpleType.
Redefined
!= null)
365
CleanupSimpleType(simpleType.
Redefined
as XmlSchemaSimpleType);
644
else if (simpleType.
Redefined
!= null && restriction.BaseTypeName == simpleType.
Redefined
.QualifiedName)
646
CompileSimpleType((XmlSchemaSimpleType)simpleType.
Redefined
);
647
simpleType.SetBaseSchemaType(simpleType.
Redefined
.BaseXmlSchemaType);
648
datatype = simpleType.
Redefined
.Datatype;
873
if (complexType.
Redefined
!= null && simpleExtension.BaseTypeName == complexType.
Redefined
.QualifiedName)
875
baseType = (XmlSchemaComplexType)complexType.
Redefined
;
913
if (complexType.
Redefined
!= null && simpleRestriction.BaseTypeName == complexType.
Redefined
.QualifiedName)
915
baseType = (XmlSchemaComplexType)complexType.
Redefined
;
997
if (complexType.
Redefined
!= null && complexExtension.BaseTypeName == complexType.
Redefined
.QualifiedName)
999
baseType = (XmlSchemaComplexType)complexType.
Redefined
;
1063
if (complexType.
Redefined
!= null && complexRestriction.BaseTypeName == complexType.
Redefined
.QualifiedName)
1065
baseType = (XmlSchemaComplexType)complexType.
Redefined
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (2)
1407
_xsdType = _xsdType.
Redefined
!= null ? _xsdType.
Redefined
: _xsdType;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (1)
270
if (type.
Redefined
!= null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
603
t = t.
Redefined
!= null ? t.
Redefined
: t;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
555
if (type.
Redefined
!= null)