1 write to _isCollection
System.Web (1)
UI\ObjectPersistData.cs (1)
39_isCollection = true;
2 references to _isCollection
System.Web (2)
UI\ObjectPersistData.cs (2)
105return _isCollection; 136if (_isCollection && (entry is ComplexPropertyEntry && ((ComplexPropertyEntry)entry).IsCollectionItem)) {