1 write to _propVaryByCustom
System.Web (1)
Configuration\OutputCacheProfile.cs (1)
64_propVaryByCustom = new ConfigurationProperty("varyByCustom",
3 references to _propVaryByCustom
System.Web (3)
Configuration\OutputCacheProfile.cs (3)
94_properties.Add(_propVaryByCustom); 171return (string)base[_propVaryByCustom]; 174base[_propVaryByCustom] = value;