1 write to _propEnabled
System.Web (1)
Configuration\OutputCacheProfile.cs (1)
48_propEnabled = new ConfigurationProperty("enabled",
3 references to _propEnabled
System.Web (3)
Configuration\OutputCacheProfile.cs (3)
90_properties.Add(_propEnabled); 131return (bool)base[_propEnabled]; 134base[_propEnabled] = value;