1 write to m_validatedPrintTicketCache
ReachFramework (1)
Serialization\Manager\NGCSerializationManager.cs (1)
748
this.
m_validatedPrintTicketCache
= new MS.Internal.Printing.MostFrequentlyUsedCache<string, PrintTicket>(s_PrintTicketCacheMaxCount);
2 references to m_validatedPrintTicketCache
ReachFramework (2)
Serialization\Manager\NGCSerializationManager.cs (2)
831
if (!
m_validatedPrintTicketCache
.TryGetValue(printTicketPairXMLStr, out newActivePrintTicket))
840
m_validatedPrintTicketCache
.CacheValue(printTicketPairXMLStr, newActivePrintTicket);