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