7 writes to ItemType
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
450
list.
ItemType
= anonymousType;
System.Private.Xml (6)
System\Xml\Schema\DataTypeImplementation.cs (3)
208
listContent.
ItemType
= listContent.BaseItemType = s_enumToTypeCode[(int)XmlTypeCode.NmToken];
212
listContent.
ItemType
= listContent.BaseItemType = s_enumToTypeCode[(int)XmlTypeCode.Entity];
216
listContent.
ItemType
= listContent.BaseItemType = s_enumToTypeCode[(int)XmlTypeCode.Idref];
System\Xml\Schema\XsdBuilder.cs (1)
1446
builder._simpleTypeList.
ItemType
= builder._simpleType;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
770
list.
ItemType
= (XmlSchemaSimpleType)ExportAnonymousPrimitiveMapping(pm);
1174
list.
ItemType
= enumType;
21 references to ItemType
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1172
XmlSchemaSimpleType? anonymousType = list.
ItemType
;
System.Private.Xml (20)
System\Xml\Schema\Preprocessor.cs (3)
1583
if (list.
ItemType
!= null)
1589
SetParent(list.
ItemType
, list);
1590
PreprocessSimpleType(list.
ItemType
, true);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
538
CompileSimpleType(list.
ItemType
!);
539
list.BaseItemType = list.
ItemType
;
540
datatype = list.
ItemType
!.Datatype!;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1250
if (list.
ItemType
!= null)
1256
SetParent(list.
ItemType
, list);
1257
PreprocessSimpleType(list.
ItemType
, true);
System\Xml\Schema\SchemaSetCompiler.cs (3)
622
CompileSimpleType(list.
ItemType
!);
623
list.BaseItemType = list.
ItemType
;
624
datatype = list.
ItemType
!.Datatype!;
System\Xml\Schema\XsdBuilder.cs (1)
1442
if (builder._simpleTypeList!.
ItemType
!= null)
System\Xml\Serialization\ImportContext.cs (2)
325
if (list.
ItemType
!= null)
327
baseType = list.
ItemType
;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
629
Write9_XmlSchemaSimpleType((XmlSchemaSimpleType?)o.
@ItemType
);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
1699
if (list.
ItemType
!= null)
1701
mapping = ImportDataType(list.
ItemType
, typeNs, identifier, null, flags, true);
1884
if (list.
ItemType
!= null)
1886
return BaseTypeName(list.
ItemType
);