4 references to TryGetValue
ReachFramework (4)
AlphaFlattener\MetroDevice.cs (3)
796
if(this.m_innerCache.
TryGetValue
(ticket, out packet))
816
if(this.m_innerCache.
TryGetValue
(ticket, out packet))
832
if(!this.m_innerCache.
TryGetValue
(ticket, out packet))
Serialization\Manager\NGCSerializationManager.cs (1)
818
if (!m_validatedPrintTicketCache.
TryGetValue
(printTicketPairXMLStr, out newActivePrintTicket))