8 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;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10624
o.
@ItemType
= Read34_XmlSchemaSimpleType(false, true);
22 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)
323
if (list.
ItemType
!= null)
325
baseType = list.
ItemType
;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
629
Write9_XmlSchemaSimpleType((XmlSchemaSimpleType?)o.
@ItemType
);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
1661
if (list.
ItemType
!= null)
1663
mapping = ImportDataType(list.
ItemType
, typeNs, identifier, null, flags, true);
1844
if (list.
ItemType
!= null)
1846
return BaseTypeName(list.
ItemType
);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
2969
Write34_XmlSchemaSimpleType(@"simpleType", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleType)o.
@ItemType
), false, false);