7 writes to BaseItemType
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (3)
214listContent.ItemType = listContent.BaseItemType = s_enumToTypeCode[(int)XmlTypeCode.NmToken]; 218listContent.ItemType = listContent.BaseItemType = s_enumToTypeCode[(int)XmlTypeCode.Entity]; 222listContent.ItemType = listContent.BaseItemType = s_enumToTypeCode[(int)XmlTypeCode.Idref];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
530list.BaseItemType = list.ItemType; 542list.BaseItemType = type;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
611list.BaseItemType = list.ItemType; 623list.BaseItemType = type;
1 reference to BaseItemType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
958listItemType = listType.BaseItemType;