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