Searched refs:TwoWayDictionary (Results 1 – 5 of 5) sorted by relevance
27 devices = new TwoWayDictionary<byte, IUSBDevice>(); in USBHost()152 private readonly TwoWayDictionary<byte, IUSBDevice> devices;
28 addressToDeviceCache = new TwoWayDictionary<byte, IUSBDevice>(); in MPFS_USB()624 private readonly TwoWayDictionary<byte, IUSBDevice> addressToDeviceCache;
78 intTypeToVal = new TwoWayDictionary<GPIOInterruptManager.InterruptTrigger, uint>(); in MiV_CoreGPIO()259 private readonly TwoWayDictionary<GPIOInterruptManager.InterruptTrigger, uint> intTypeToVal;
89 var intTypeToVal = new TwoWayDictionary<GPIOInterruptManager.InterruptTrigger, uint>(); in MPFS_GPIO()
16 public class TwoWayDictionary<TLeft, TRight> class