7 writes to BaseItemType
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\SchemaCollectionCompiler.cs (2)
423
list.
BaseItemType
= list.ItemType;
432
list.
BaseItemType
= type;
System\Xml\Schema\SchemaSetCompiler.cs (2)
487
list.
BaseItemType
= list.ItemType;
496
list.
BaseItemType
= type;
2 references to BaseItemType
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
60
return PrimeProduct(Type(((XmlSchemaSimpleTypeList) schemaType.Content).
BaseItemType
, isStrict), XmlQueryCardinality.ZeroOrMore);
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
852
listItemType = listType.
BaseItemType
;