8 writes to ItemType
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (3)
214listContent.ItemType = listContent.BaseItemType = s_enumToTypeCode[(int)XmlTypeCode.NmToken]; 218listContent.ItemType = listContent.BaseItemType = s_enumToTypeCode[(int)XmlTypeCode.Entity]; 222listContent.ItemType = listContent.BaseItemType = s_enumToTypeCode[(int)XmlTypeCode.Idref];
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1453builder._simpleTypeList.ItemType = builder._simpleType;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
436list.ItemType = enumType;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (2)
811list.ItemType = (XmlSchemaSimpleType)ExportAnonymousPrimitiveMapping(pm); 1217list.ItemType = enumType;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10694o.@ItemType = Read34_XmlSchemaSimpleType(false, true);
24 references to ItemType
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1615if (list.ItemType != null) 1621SetParent(list.ItemType, list); 1622PreprocessSimpleType(list.ItemType, true);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
529CompileSimpleType(list.ItemType); 530list.BaseItemType = list.ItemType; 531datatype = list.ItemType.Datatype;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
1260if (list.ItemType != null) 1266SetParent(list.ItemType, list); 1267PreprocessSimpleType(list.ItemType, true);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
610CompileSimpleType(list.ItemType); 611list.BaseItemType = list.ItemType; 612datatype = list.ItemType.Datatype;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1449if (builder._simpleTypeList.ItemType != null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (2)
406if (list.ItemType != null) 408baseType = list.ItemType;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
630Write9_XmlSchemaSimpleType((XmlSchemaSimpleType)o.@ItemType);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (2)
600if (list.ItemType != null) 602mapping = ImportDataType(list.ItemType, typeNs, identifier, true);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (4)
1803if (list.ItemType != null) 1805mapping = ImportDataType(list.ItemType, typeNs, identifier, null, flags, true); 1985if (list.ItemType != null) 1987return BaseTypeName(list.ItemType);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1171XmlSchemaSimpleType anonymousType = list.ItemType;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
3211Write34_XmlSchemaSimpleType(@"simpleType", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaSimpleType)o.@ItemType), false, false);