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