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