1 write to _propNamedCaches
System.Runtime.Caching (1)
System\Caching\Configuration\MemoryCacheSection.cs (1)
30
_propNamedCaches
= new ConfigurationProperty("namedCaches",
2 references to _propNamedCaches
System.Runtime.Caching (2)
System\Caching\Configuration\MemoryCacheSection.cs (2)
36
_properties.Add(
_propNamedCaches
);
51
return (MemoryCacheSettingsCollection)base[
_propNamedCaches
];