1 write to _properties
System.Web (1)
Configuration\OutputCacheSection.cs (1)
87_properties = new ConfigurationPropertyCollection();
8 references to _properties
System.Web (8)
Configuration\OutputCacheSection.cs (8)
89_properties.Add(_propEnableOutputCache); 90_properties.Add(_propEnableFragmentCache); 91_properties.Add(_propSendCacheControlHeader); 92_properties.Add(_propOmitVaryStar); 93_properties.Add(_propEnableKernelCacheForVaryByStar); 94_properties.Add(_propDefaultProviderName); 95_properties.Add(_propProviders); 103return _properties;