2 writes to VaryByCustom
System.Web (2)
UI\Page.cs (1)
3509
cacheSettings.
VaryByCustom
= varyByCustom;
UI\TemplateControlParser.cs (1)
341
OutputCacheParameters.
VaryByCustom
= varyByCustom;
4 references to VaryByCustom
System.Web (4)
Compilation\BuildResult.cs (1)
1153
cacheSettings.
VaryByCustom
,
Compilation\PageCodeDomTreeGenerator.cs (1)
275
new CodePrimitiveExpression(cacheSettings.
VaryByCustom
));
Compilation\UserControlCodeDomTreeGenerator.cs (1)
43
attribArg = new CodeAttributeArgument(new CodePrimitiveExpression(cacheSettings.
VaryByCustom
));
UI\Page.cs (1)
3619
varyByCustom = cacheSettings.
VaryByCustom
;