Searched refs:TryGetMachineByName (Results 1 – 2 of 2) sorted by relevance
83 …if(!EmulationManager.Instance.CurrentEmulation.TryGetMachineByName(name.Value, out var machineToSe… in Run()91 …if(!EmulationManager.Instance.CurrentEmulation.TryGetMachineByName(name.Value, out var machineToRe… in Run()
215 public bool TryGetMachineByName(string name, out IMachine machine) in TryGetMachineByName() method in Antmicro.Renode.Core.Emulation569 if(TryGetMachineByName(name, out machine)) in TryGetEmulationElementByName()