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); 151return (OutputCacheLocation)base[_propLocation]; 154base[_propLocation] = value;