7 writes to BaseItemType
System.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (3)
195listContent.ItemType = listContent.BaseItemType = enumToTypeCode[(int) XmlTypeCode.NmToken]; 199listContent.ItemType = listContent.BaseItemType = enumToTypeCode[(int) XmlTypeCode.Entity]; 203listContent.ItemType = listContent.BaseItemType = enumToTypeCode[(int) XmlTypeCode.Idref];
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
423list.BaseItemType = list.ItemType; 432list.BaseItemType = type;
System\Xml\Schema\SchemaSetCompiler.cs (2)
487list.BaseItemType = list.ItemType; 496list.BaseItemType = type;
2 references to BaseItemType
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
60return PrimeProduct(Type(((XmlSchemaSimpleTypeList) schemaType.Content).BaseItemType, isStrict), XmlQueryCardinality.ZeroOrMore);
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
852listItemType = listType.BaseItemType;