2 overrides of DerivedFrom
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
358
internal override XmlQualifiedName
DerivedFrom
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleType.cs (1)
42
internal override XmlQualifiedName
DerivedFrom
16 references to DerivedFrom
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (4)
239
if (type.
DerivedFrom
== baseName)
465
if (!(type.
DerivedFrom
.Name == Soap.Array && type.
DerivedFrom
.Namespace == Soap.Encoding)) return null;
734
XmlQualifiedName baseType = encType.
DerivedFrom
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
548
SetBase(serializableMapping, xsdType.
DerivedFrom
);
608
SetBase(baseMapping, t.
DerivedFrom
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (10)
517
if (type.
DerivedFrom
== baseName && TypesInUse[type.Name, schema.TargetNamespace] == null)
588
if (!type.
DerivedFrom
.IsEmpty) throw new InvalidOperationException(ResXml.XmlMembersDeriveError);
606
if (!type.
DerivedFrom
.IsEmpty)
608
baseMapping = ImportType(type.
DerivedFrom
, typeof(TypeMapping), null, TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue, false);
748
while (!t.
DerivedFrom
.IsEmpty)
750
t = FindType(t.
DerivedFrom
, TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue);
1365
if (!type.
DerivedFrom
.IsEmpty) return null;
1469
if (!type.
DerivedFrom
.IsEmpty) return null;
1834
while (!sourceType.
DerivedFrom
.IsEmpty)
1836
sourceType = FindType(sourceType.
DerivedFrom
, TypeFlags.CanBeElementValue | TypeFlags.CanBeAttributeValue);