20 references to SetDatatype
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (3)
182
simpleType.
SetDatatype
(dataType);
334
tempNormalizedStringTypeV1Compat.
SetDatatype
(c_normalizedStringV1Compat);
348
tempTokenTypeV1Compat.
SetDatatype
(c_tokenV1Compat);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (8)
550
simpleType.
SetDatatype
(datatype.DeriveByList(simpleType));
590
simpleType.
SetDatatype
(datatype.DeriveByRestriction(restriction.Facets, NameTable, simpleType));
597
simpleType.
SetDatatype
(XmlSchemaDatatype.DeriveByUnion(baseTypes, simpleType));
608
simpleType.
SetDatatype
(DatatypeImplementation.AnySimpleType.Datatype);
800
complexType.
SetDatatype
(baseType.Datatype);
812
complexType.
SetDatatype
(bto.Datatype);
900
complexType.
SetDatatype
(datatype.DeriveByRestriction(simpleRestriction.Facets, NameTable, complexType));
909
complexType.
SetDatatype
(DatatypeImplementation.AnySimpleType.Datatype);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (9)
631
simpleType.
SetDatatype
(datatype.DeriveByList(simpleType));
675
simpleType.
SetDatatype
(datatype.DeriveByRestriction(restriction.Facets, NameTable, simpleType));
682
simpleType.
SetDatatype
(XmlSchemaDatatype.DeriveByUnion(baseTypes, simpleType));
693
simpleType.
SetDatatype
(DatatypeImplementation.AnySimpleType.Datatype);
878
complexType.
SetDatatype
(baseType.Datatype);
890
complexType.
SetDatatype
(bto.Datatype);
978
complexType.
SetDatatype
(datatype.DeriveByRestriction(simpleRestriction.Facets, NameTable, complexType));
987
complexType.
SetDatatype
(DatatypeImplementation.AnySimpleType.Datatype);
1046
complexType.
SetDatatype
(baseType.Datatype);