2 references to s_propNamedCaches
System.Runtime.Caching (2)
System\Runtime\Caching\Configuration\MemoryCacheSection.cs (2)
33
private static readonly ConfigurationPropertyCollection s_properties = new ConfigurationPropertyCollection() {
s_propNamedCaches
};
52
return (MemoryCacheSettingsCollection)base[
s_propNamedCaches
];