6 writes to ItemTypeName
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\SchemaUtility.cs (2)
429qNameListTypeContent.ItemTypeName = discoveryVersion.Implementation.QualifiedNames.QNameType; 529uriListTypeContent.ItemTypeName = discoveryVersion.Implementation.QualifiedNames.AnyUriType;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8603o.@ItemTypeName = ToXmlQualifiedName(Reader.Value);
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (1)
51newList.ItemTypeName = itemTypeName.Clone();
System\Xml\Schema\XsdBuilder.cs (1)
1441builder.simpleTypeList.ItemTypeName = builder.ParseQName(value, "itemType");
System\Xml\Serialization\XmlSchemaExporter.cs (1)
696list.ItemTypeName = ExportPrimitiveMapping(pm, accessor.Namespace == null ? ns : accessor.Namespace);
24 references to ItemTypeName
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
2526WriteAttribute(@"itemType", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@ItemTypeName)));
System.Xml (23)
System\Xml\Schema\Preprocessor.cs (3)
1317if (!list.ItemTypeName.IsEmpty) { 1324if (list.ItemTypeName.IsEmpty) { 1328ValidateQNameAttribute(list, "itemType", list.ItemTypeName);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
421if (list.ItemTypeName.IsEmpty) { 427XmlSchemaSimpleType type = GetSimpleType(list.ItemTypeName); 436throw new XmlSchemaException(Res.Sch_UndeclaredSimpleType, list.ItemTypeName.ToString(), simpleType);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1005if (!list.ItemTypeName.IsEmpty) { 1012if (list.ItemTypeName.IsEmpty) { 1016ValidateQNameAttribute(list, "itemType", list.ItemTypeName);
System\Xml\Schema\SchemaSetCompiler.cs (3)
485if (list.ItemTypeName.IsEmpty) { 491XmlSchemaSimpleType type = GetSimpleType(list.ItemTypeName); 500throw new XmlSchemaException(Res.Sch_UndeclaredSimpleType, list.ItemTypeName.ToString(), list);
System\Xml\Serialization\ImportContext.cs (3)
343if (list.ItemTypeName != null && !list.ItemTypeName.IsEmpty) 344baseName = list.ItemTypeName;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
517if (!o.@ItemTypeName.IsEmpty){ 518WriteAttribute(@"itemType", @"", o.@ItemTypeName);
System\Xml\Serialization\XmlSchemaImporter.cs (6)
1577else if (list.ItemTypeName != null && !list.ItemTypeName.IsEmpty) { 1578mapping = ImportType(list.ItemTypeName, typeof(TypeMapping), null, TypeFlags.CanBeAttributeValue, true); 1726if (list.ItemTypeName != null && !list.ItemTypeName.IsEmpty) 1727return list.ItemTypeName;