1 write to _propVaryByParam
System.Web (1)
Configuration\OutputCacheProfile.cs (1)
80_propVaryByParam = new ConfigurationProperty("varyByParam",
3 references to _propVaryByParam
System.Web (3)
Configuration\OutputCacheProfile.cs (3)
98_properties.Add(_propVaryByParam); 211return (string)base[_propVaryByParam]; 214base[_propVaryByParam] = value;