Searched refs:InstanceCollection (Results 1 – 4 of 4) sorted by relevance
18 machines = new InstanceCollection<IMachine>(); in GetMachine()42 private readonly InstanceCollection<IMachine> machines;
20 Instances = new InstanceCollection<IADC>(); in ADC()63 public InstanceCollection<IADC> Instances { get; }
170 InstanceCollection<T> Instances { get; }175 public class InstanceCollection<T> class177 public InstanceCollection() in InstanceCollection() method in Antmicro.Renode.Network.ExternalControl.InstanceCollection
21 Instances = new InstanceCollection<IPeripheral>(); in GPIOPort()97 public InstanceCollection<IPeripheral> Instances { get; }