1 write to _itemType
System.Web (1)
UI\CollectionBuilder.cs (1)
67
_itemType
= propInfo.PropertyType;
3 references to _itemType
System.Web (3)
UI\CollectionBuilder.cs (3)
88
if (
_itemType
!= null) {
90
if (!
_itemType
.IsAssignableFrom(childType)) {
103
_itemType
.FullName,