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