Searched refs:commandMethods (Results 1 – 1 of 1) sorted by relevance
274 if(!commandMethods.TryGetValue(command.Command, out var types)) in TryFindCommandMethod()382 …var commandMethods = this.GetType().GetMethodsWithAttribute<AtCommandAttribute>(inheritAttribute: … in GetCommandMethods()388 foreach(var typeMethod in commandMethods.Values.SelectMany(m => m)) in GetCommandMethods()398 return commandMethods; in GetCommandMethods()404 commandMethods = GetCommandMethods(); in Init()413 private Dictionary<string, Dictionary<CommandType, MethodInfo>> commandMethods; field in Antmicro.Renode.Peripherals.Network.AtCommandModem