5 writes to SchemaType
System.Private.Xml (4)
System\Xml\Schema\Preprocessor.cs (1)
451space.SchemaType = type;
System\Xml\Schema\XsdBuilder.cs (1)
1428builder._attribute.SchemaType = builder._simpleType;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
777attribute.SchemaType = dataType; 783attribute.SchemaType = (XmlSchemaSimpleType)ExportAnonymousPrimitiveMapping(pm);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9132o.@SchemaType = Read34_XmlSchemaSimpleType(false, true);
29 references to SchemaType
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
1937typeNode = isAttr ? attr!.SchemaType : el!.SchemaType;
System.Private.Xml (27)
System\Xml\Schema\Preprocessor.cs (4)
1190attribute.SchemaType != null || 1228if (attribute.SchemaType != null) 1230SetParent(attribute.SchemaType, attribute); 1235PreprocessSimpleType(attribute.SchemaType, true);
System\Xml\Schema\SchemaCollectionCompiler.cs (7)
314if (attribute.SchemaType != null) 316CleanupSimpleType((XmlSchemaSimpleType)attribute.SchemaType); 2037if (xa.SchemaType != null) 2039CompileSimpleType(xa.SchemaType); 2040xa.SetAttributeType(xa.SchemaType); 2041decl.SchemaType = xa.SchemaType; 2042decl.Datatype = xa.SchemaType.Datatype!;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
864attribute.SchemaType != null || 900if (attribute.SchemaType != null) 902SetParent(attribute.SchemaType, attribute); 907PreprocessSimpleType(attribute.SchemaType, true);
System\Xml\Schema\SchemaSetCompiler.cs (7)
294if (attribute.SchemaType != null) 296CleanupSimpleType((XmlSchemaSimpleType)attribute.SchemaType); 2470if (xa.SchemaType != null) 2472CompileSimpleType(xa.SchemaType); 2473xa.SetAttributeType(xa.SchemaType); 2474decl.SchemaType = xa.SchemaType; 2475decl.Datatype = xa.SchemaType.Datatype!;
System\Xml\Schema\XsdBuilder.cs (1)
1424if (builder._attribute!.SchemaType != null)
System\Xml\Serialization\ImportContext.cs (1)
430Depends(at.SchemaType, refs);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
329Write9_XmlSchemaSimpleType((XmlSchemaSimpleType?)o.@SchemaType);
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1584else if (attribute.SchemaType != null) 1585mapping = ImportDataType((XmlSchemaSimpleType)attribute.SchemaType, ns, identifier, null, TypeFlags.CanBeAttributeValue, false);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3852Write34_XmlSchemaSimpleType(@"simpleType", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleType)o.@SchemaType), false, false);