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