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