3 references to propertyCache
System.Web (3)
UI\DataBinder.cs (3)
40
propertyCache
.Clear();
148
if (!
propertyCache
.TryGetValue(containerType, out properties)) {
150
propertyCache
.TryAdd(containerType, properties);