1 write to _propLocation
System.Web (1)
Configuration\OutputCacheProfile.cs (1)
56
_propLocation
= new ConfigurationProperty("location",
3 references to _propLocation
System.Web (3)
Configuration\OutputCacheProfile.cs (3)
92
_properties.Add(
_propLocation
);
151
return (OutputCacheLocation)base[
_propLocation
];
154
base[
_propLocation
] = value;