9 writes to @ItemType
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
447
list.
ItemType
= anonymousType;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8634
o.
@ItemType
= Read34_XmlSchemaSimpleType(false, true);
System.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (3)
195
listContent.
ItemType
= listContent.BaseItemType = enumToTypeCode[(int) XmlTypeCode.NmToken];
199
listContent.
ItemType
= listContent.BaseItemType = enumToTypeCode[(int) XmlTypeCode.Entity];
203
listContent.
ItemType
= listContent.BaseItemType = enumToTypeCode[(int) XmlTypeCode.Idref];
System\Xml\Schema\XsdBuilder.cs (1)
1359
builder.simpleTypeList.
ItemType
= builder.simpleType;
System\Xml\Serialization\SoapSchemaExporter.cs (1)
375
list.
ItemType
= enumType;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
693
list.
ItemType
= (XmlSchemaSimpleType)ExportAnonymousPrimitiveMapping(pm);
1033
list.
ItemType
= enumType;
27 references to @ItemType
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1177
XmlSchemaSimpleType anonymousType = list.
ItemType
;
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
314
InvokeHandler(simpleTypeList.
ItemType
, context);
463
InvokeHandler(simpleTypeList.
ItemType
, context);
System.Web.Extensions (1)
Script\Services\WebServiceTypeData.cs (1)
154
XmlSchemaSimpleType anonymousType = list.
ItemType
;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
2528
Write34_XmlSchemaSimpleType(@"simpleType", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleType)o.
@ItemType
), false, false);
System.Xml (22)
System\Xml\Schema\Preprocessor.cs (3)
1316
if (list.
ItemType
!= null) {
1320
SetParent(list.
ItemType
, list);
1321
PreprocessSimpleType(list.
ItemType
, true);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
422
CompileSimpleType(list.
ItemType
);
423
list.BaseItemType = list.
ItemType
;
424
datatype = list.
ItemType
.Datatype;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1004
if (list.
ItemType
!= null) {
1008
SetParent(list.
ItemType
, list);
1009
PreprocessSimpleType(list.
ItemType
, true);
System\Xml\Schema\SchemaSetCompiler.cs (3)
486
CompileSimpleType(list.
ItemType
);
487
list.BaseItemType = list.
ItemType
;
488
datatype = list.
ItemType
.Datatype;
System\Xml\Schema\XsdBuilder.cs (1)
1356
if (builder.simpleTypeList.
ItemType
!= null) {
System\Xml\Serialization\ImportContext.cs (2)
345
if (list.
ItemType
!= null) {
346
baseType = list.
ItemType
;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
521
Write9_XmlSchemaSimpleType((XmlSchemaSimpleType)o.
@ItemType
);
System\Xml\Serialization\SoapSchemaImporter.cs (2)
531
if (list.
ItemType
!= null) {
532
mapping = ImportDataType(list.
ItemType
, typeNs, identifier, true);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
1570
if (list.
ItemType
!= null) {
1571
mapping = ImportDataType(list.
ItemType
, typeNs, identifier, null, flags, true);
1728
if (list.
ItemType
!= null) {
1729
return BaseTypeName(list.
ItemType
);