13 references to BaseXmlSchemaType
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (5)
364while (currentType.BaseXmlSchemaType != DatatypeImplementation.AnySimpleType) 366currentType = currentType.BaseXmlSchemaType as XmlSchemaSimpleType; 939simpleType = complexType.BaseXmlSchemaType as XmlSchemaSimpleType; 944complexType = complexType.BaseXmlSchemaType as XmlSchemaComplexType; 961simpleType = simpleType.BaseXmlSchemaType as XmlSchemaSimpleType;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
566simpleType.SetBaseSchemaType(simpleType.Redefined.BaseXmlSchemaType); 1032XmlSchemaComplexType baseType = complexType.BaseXmlSchemaType as XmlSchemaComplexType;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
647simpleType.SetBaseSchemaType(simpleType.Redefined.BaseXmlSchemaType); 1108XmlSchemaComplexType baseType = complexType.BaseXmlSchemaType as XmlSchemaComplexType;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaType.cs (1)
332derivedType = derivedType.BaseXmlSchemaType;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (3)
291schemaType = schemaType.BaseXmlSchemaType; 519type = type.BaseXmlSchemaType; 3675schemaType = schemaType.BaseXmlSchemaType;