3 references to s_parseChildrenAttributeCache
System.Web (3)
UI\ControlBuilder.cs (3)
1981ParseChildrenAttribute pca = (ParseChildrenAttribute)s_parseChildrenAttributeCache[controlType]; 1997lock (s_parseChildrenAttributeCache.SyncRoot) { 1998s_parseChildrenAttributeCache[controlType] = pca;