1 write to MappedTagType
System.Web (1)
Configuration\TagMapInfo.cs (1)
54MappedTagType = mappedTagTypeName;
7 references to MappedTagType
System.Web (7)
Configuration\TagMapCollection.cs (2)
83Type mappedTagType = ConfigUtil.GetType(tmi.MappedTagType, "mappedTagType", tmi); 88tmi.MappedTagType,
Configuration\TagMapInfo.cs (4)
60StringUtil.Equals(MappedTagType, tm.MappedTagType); 64return TagType.GetHashCode() ^ MappedTagType.GetHashCode(); 102if (String.IsNullOrEmpty(MappedTagType)) {
UI\Util.cs (1)
156recompilationHash.AddObject(tmi.MappedTagType);