1 write to TagType
System.Web (1)
Configuration\TagMapInfo.cs (1)
53TagType = tagTypeName;
8 references to TagType
System.Web (8)
Configuration\TagMapCollection.cs (3)
71return ((TagMapInfo)element).TagType; 82Type tagType = ConfigUtil.GetType(tmi.TagType, "tagType", tmi); 89tmi.TagType),
Configuration\TagMapInfo.cs (4)
59return StringUtil.Equals(TagType, tm.TagType) && 64return TagType.GetHashCode() ^ MappedTagType.GetHashCode(); 96if (String.IsNullOrEmpty(TagType)) {
UI\Util.cs (1)
155recompilationHash.AddObject(tmi.TagType);