1 write to s_factoryCache
System.Web (1)
HttpRuntime.cs (1)
3464s_factoryCache = Hashtable.Synchronized(new Hashtable());
2 references to s_factoryCache
System.Web (2)
HttpRuntime.cs (2)
3472IWebObjectFactory factory = (IWebObjectFactory)s_factoryCache[type]; 3482s_factoryCache[type] = factory;