2 writes to VaryByControl
System.Web (2)
UI\TemplateControlParser.cs (2)
346OutputCacheParameters.VaryByControl = varyByControls; 366OutputCacheParameters.VaryByControl = null;
5 references to VaryByControl
System.Web (5)
Compilation\BuildResult.cs (1)
1152cacheSettings.VaryByControl,
Compilation\PageCodeDomTreeGenerator.cs (1)
267new CodePrimitiveExpression(cacheSettings.VaryByControl));
Compilation\UserControlCodeDomTreeGenerator.cs (1)
41attribArg = new CodeAttributeArgument(new CodePrimitiveExpression(cacheSettings.VaryByControl));
UI\Page.cs (1)
3622varyByControl = cacheSettings.VaryByControl;
UI\UserControlParser.cs (1)
97get { return OutputCacheParameters.VaryByControl == null; }