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