2 writes to typeCache
System.Web (2)
Configuration\HttpHandlerAction.cs (2)
112
typeCache
= (string)base[_propType];
117
typeCache
= value;
2 references to typeCache
System.Web (2)
Configuration\HttpHandlerAction.cs (2)
111
if (
typeCache
== null)
113
return
typeCache
;