2 instantiations of MostFrequentlyUsedCache
ReachFramework (2)
AlphaFlattener\MetroDevice.cs (1)
778this.m_innerCache = new MS.Internal.Printing.MostFrequentlyUsedCache<string, CachePacket>(maxEntries);
Serialization\Manager\NGCSerializationManager.cs (1)
748this.m_validatedPrintTicketCache = new MS.Internal.Printing.MostFrequentlyUsedCache<string, PrintTicket>(s_PrintTicketCacheMaxCount);
2 references to MostFrequentlyUsedCache
ReachFramework (2)
AlphaFlattener\MetroDevice.cs (1)
854private MS.Internal.Printing.MostFrequentlyUsedCache<string, CachePacket> m_innerCache;
Serialization\Manager\NGCSerializationManager.cs (1)
931MS.Internal.Printing.MostFrequentlyUsedCache<string, PrintTicket> m_validatedPrintTicketCache;