8 writes to ItemType
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
450list.ItemType = anonymousType;
System.Private.Xml (6)
System\Xml\Schema\DataTypeImplementation.cs (3)
208listContent.ItemType = listContent.BaseItemType = s_enumToTypeCode[(int)XmlTypeCode.NmToken]; 212listContent.ItemType = listContent.BaseItemType = s_enumToTypeCode[(int)XmlTypeCode.Entity]; 216listContent.ItemType = listContent.BaseItemType = s_enumToTypeCode[(int)XmlTypeCode.Idref];
System\Xml\Schema\XsdBuilder.cs (1)
1446builder._simpleTypeList.ItemType = builder._simpleType;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
770list.ItemType = (XmlSchemaSimpleType)ExportAnonymousPrimitiveMapping(pm); 1174list.ItemType = enumType;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10624o.@ItemType = Read34_XmlSchemaSimpleType(false, true);
22 references to ItemType
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1172XmlSchemaSimpleType? anonymousType = list.ItemType;
System.Private.Xml (20)
System\Xml\Schema\Preprocessor.cs (3)
1583if (list.ItemType != null) 1589SetParent(list.ItemType, list); 1590PreprocessSimpleType(list.ItemType, true);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
538CompileSimpleType(list.ItemType!); 539list.BaseItemType = list.ItemType; 540datatype = list.ItemType!.Datatype!;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1250if (list.ItemType != null) 1256SetParent(list.ItemType, list); 1257PreprocessSimpleType(list.ItemType, true);
System\Xml\Schema\SchemaSetCompiler.cs (3)
622CompileSimpleType(list.ItemType!); 623list.BaseItemType = list.ItemType; 624datatype = list.ItemType!.Datatype!;
System\Xml\Schema\XsdBuilder.cs (1)
1442if (builder._simpleTypeList!.ItemType != null)
System\Xml\Serialization\ImportContext.cs (2)
323if (list.ItemType != null) 325baseType = list.ItemType;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
629Write9_XmlSchemaSimpleType((XmlSchemaSimpleType?)o.@ItemType);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
1661if (list.ItemType != null) 1663mapping = ImportDataType(list.ItemType, typeNs, identifier, null, flags, true); 1844if (list.ItemType != null) 1846return BaseTypeName(list.ItemType);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
2969Write34_XmlSchemaSimpleType(@"simpleType", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleType)o.@ItemType), false, false);