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