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