1 write to _propVaryByHeader
System.Web (1)
Configuration\OutputCacheProfile.cs (1)
76_propVaryByHeader = new ConfigurationProperty("varyByHeader",
3 references to _propVaryByHeader
System.Web (3)
Configuration\OutputCacheProfile.cs (3)
97_properties.Add(_propVaryByHeader); 201return (string)base[_propVaryByHeader]; 204base[_propVaryByHeader] = value;