7 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;
21 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)
325if (list.ItemType != null) 327baseType = list.ItemType;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
629Write9_XmlSchemaSimpleType((XmlSchemaSimpleType?)o.@ItemType);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
1699if (list.ItemType != null) 1701mapping = ImportDataType(list.ItemType, typeNs, identifier, null, flags, true); 1884if (list.ItemType != null) 1886return BaseTypeName(list.ItemType);