Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs548 entry.Constructor = FindConstructor(entry.Variable.VariableType, in ProcessEntryPostMerge()
562 objectValue.Constructor = FindConstructor(objectValue.ObjectValueType, in ProcessEntryPostMerge()
1451 …private ConstructorInfo FindConstructor(Type type, IEnumerable<ConstructorOrPropertyAttribute> att… in FindConstructor() method in Antmicro.Renode.PlatformDescription.CreationDriver