4 references to TryGetValue
ReachFramework (4)
AlphaFlattener\MetroDevice.cs (3)
795
if(this.m_innerCache.
TryGetValue
(ticket, out packet))
815
if(this.m_innerCache.
TryGetValue
(ticket, out packet))
831
if(!this.m_innerCache.
TryGetValue
(ticket, out packet))
Serialization\Manager\NGCSerializationManager.cs (1)
819
if (!m_validatedPrintTicketCache.
TryGetValue
(printTicketPairXMLStr, out newActivePrintTicket))