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