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