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