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