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