1 write to s_controlBuilderFactoryCache
System.Web (1)
UI\ControlBuilder.cs (1)
1667
s_controlBuilderFactoryCache
= Hashtable.Synchronized(new Hashtable());
5 references to s_controlBuilderFactoryCache
System.Web (5)
UI\ControlBuilder.cs (5)
1661
if (
s_controlBuilderFactoryCache
== null) {
1671
s_controlBuilderFactoryCache
[typeof(Content)] = new ContentBuilderInternalFactory();
1672
s_controlBuilderFactoryCache
[typeof(ContentPlaceHolder)] = new ContentPlaceHolderBuilderFactory();
1676
IWebObjectFactory factory = (IWebObjectFactory)
s_controlBuilderFactoryCache
[type];
1706
s_controlBuilderFactoryCache
[type] = factory;