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