5 writes to
System.Configuration.ConfigurationManager (1)
System\Configuration\PropertyInformation.cs (1)
33
set { _thisElement
[
Name] = value; }
System.Runtime.Caching (4)
System\Runtime\Caching\Configuration\MemoryCacheElement.cs (4)
81
base
[
"name"] = value;
95
base
[
"physicalMemoryLimitPercentage"] = value;
109
base
[
"cacheMemoryLimitMegabytes"] = value;
123
base
[
"pollingInterval"] = value;
6 references to
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationElement.cs (1)
1643
((ConfigurationElement)this
[
key]).SetLocked();
System\Configuration\PropertyInformation.cs (1)
32
get { return _thisElement
[
Name]; }
System.Runtime.Caching (4)
System\Runtime\Caching\Configuration\MemoryCacheElement.cs (4)
77
return (string)base
[
"name"];
91
return (int)base
[
"physicalMemoryLimitPercentage"];
105
return (int)base
[
"cacheMemoryLimitMegabytes"];
119
return (TimeSpan)base
[
"pollingInterval"];