Searched refs:foundPeripherals (Results 1 – 1 of 1) sorted by relevance
186 …return foundPeripherals.Where(td => td.IsClass && !td.IsAbstract && td.Methods.Any(m => m.IsConstr… in GetAvailablePeripherals()195 return foundPeripherals in GetAvailablePeripherals()238 foundPeripherals = new List<TypeDefinition>(); in TypeManager()563 foundPeripherals.Add(type); in AnalyzeAssembly()726 private readonly List<TypeDefinition> foundPeripherals; field in Antmicro.Renode.Utilities.TypeManager