1 write to _propNoStore
System.Web (1)
Configuration\OutputCacheProfile.cs (1)
84_propNoStore = new ConfigurationProperty("noStore",
3 references to _propNoStore
System.Web (3)
Configuration\OutputCacheProfile.cs (3)
99_properties.Add(_propNoStore); 221return (bool)base[_propNoStore]; 224base[_propNoStore] = value;