7 writes to BaseItemType
System.Private.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (3)
208
listContent.ItemType = listContent.
BaseItemType
= s_enumToTypeCode[(int)XmlTypeCode.NmToken];
212
listContent.ItemType = listContent.
BaseItemType
= s_enumToTypeCode[(int)XmlTypeCode.Entity];
216
listContent.ItemType = listContent.
BaseItemType
= s_enumToTypeCode[(int)XmlTypeCode.Idref];
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
539
list.
BaseItemType
= list.ItemType;
551
list.
BaseItemType
= type;
System\Xml\Schema\SchemaSetCompiler.cs (2)
623
list.
BaseItemType
= list.ItemType;
636
list.
BaseItemType
= type;
2 references to BaseItemType
System.Private.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (1)
930
listItemType = listType.
BaseItemType
;
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
60
return PrimeProduct(Type(((XmlSchemaSimpleTypeList)schemaType.Content!).
BaseItemType
!, isStrict), XmlQueryCardinality.ZeroOrMore);