1 instantiation of PartialCachingAttribute
System.Web (1)
Compilation\BuildResult.cs (1)
1149
_cachingAttribute = new
PartialCachingAttribute
(
15 references to PartialCachingAttribute
System.Web (15)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (6)
206
PartialCachingAttribute
cacheAttrib = (
PartialCachingAttribute
)
207
TypeDescriptor.GetAttributes(builder.ControlType)[typeof(
PartialCachingAttribute
)];
621
PartialCachingAttribute
cacheAttrib = (
PartialCachingAttribute
)
622
TypeDescriptor.GetAttributes(ctrlBuilder.ControlType)[typeof(
PartialCachingAttribute
)];
Compilation\BuildResult.cs (2)
1138
private
PartialCachingAttribute
_cachingAttribute;
1160
internal
PartialCachingAttribute
CachingAttribute {
UI\PartialCachingControl.cs (1)
768
PartialCachingAttribute
cacheAttrib, string cacheKey, object[] args) {
UI\TemplateControl.cs (3)
675
PartialCachingAttribute
cacheAttrib;
679
cacheAttrib = (
PartialCachingAttribute
)
680
TypeDescriptor.GetAttributes(t)[typeof(
PartialCachingAttribute
)];
UI\TemplateParser.cs (3)
1566
PartialCachingAttribute
cacheAttrib = (
PartialCachingAttribute
)
1567
TypeDescriptor.GetAttributes(childType)[typeof(
PartialCachingAttribute
)];