Searched refs:FindSuitableConstructors (Results 1 – 1 of 1) sorted by relevance
683 …var constructors = FindSuitableConstructors(devType, node.Where(x => Char.IsLower(x.Key, 0)).Selec… in TryInitializeCtor()810 … public IList<ConstructorInfo> FindSuitableConstructors(Type type, IEnumerable<string> parameters) in FindSuitableConstructors() method in Antmicro.Renode.Config.Devices.DevicesConfig