20 references to AnySimpleType
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (2)
364while (currentType.BaseXmlSchemaType != DatatypeImplementation.AnySimpleType) 962} while (simpleType != null && simpleType != DatatypeImplementation.AnySimpleType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (7)
526simpleType.SetBaseSchemaType(DatatypeImplementation.AnySimpleType); 596simpleType.SetBaseSchemaType(DatatypeImplementation.AnySimpleType); 608simpleType.SetDatatype(DatatypeImplementation.AnySimpleType.Datatype); 909complexType.SetDatatype(DatatypeImplementation.AnySimpleType.Datatype); 2138decl.SchemaType = DatatypeImplementation.AnySimpleType; 2139decl.Datatype = DatatypeImplementation.AnySimpleType.Datatype; 2140xa.SetAttributeType(DatatypeImplementation.AnySimpleType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs (1)
56anyTypeElementDecl.Datatype = DatatypeImplementation.AnySimpleType.Datatype;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (8)
607simpleType.SetBaseSchemaType(DatatypeImplementation.AnySimpleType); 681simpleType.SetBaseSchemaType(DatatypeImplementation.AnySimpleType); 693simpleType.SetDatatype(DatatypeImplementation.AnySimpleType.Datatype); 987complexType.SetDatatype(DatatypeImplementation.AnySimpleType.Datatype); 2548decl.SchemaType = DatatypeImplementation.AnySimpleType; 2549decl.Datatype = DatatypeImplementation.AnySimpleType.Datatype; 2550xa.SetAttributeType(DatatypeImplementation.AnySimpleType); 2830decl.DefaultValueTyped = DatatypeImplementation.AnySimpleType.Datatype.ParseValue(decl.DefaultValueRaw, NameTable, new SchemaNamespaceManager(xe));
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaType.cs (2)
316if (bt == DatatypeImplementation.AnySimpleType) 346if (DatatypeImplementation.AnySimpleType.Datatype == baseDataType)