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
);
171
return (string)base[
_propVaryByCustom
];
174
base[
_propVaryByCustom
] = value;