Home
last modified time | relevance | path

Searched refs:foundPeripherals (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DTypeManager.cs186 …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