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