1 write to _propVaryByControl
System.Web (1)
Configuration\OutputCacheProfile.cs (1)
68
_propVaryByControl
= new ConfigurationProperty("varyByControl",
3 references to _propVaryByControl
System.Web (3)
Configuration\OutputCacheProfile.cs (3)
95
_properties.Add(
_propVaryByControl
);
181
return (string)base[
_propVaryByControl
];
184
base[
_propVaryByControl
] = value;