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); 181return (string)base[_propVaryByControl]; 184base[_propVaryByControl] = value;