Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DRegistrationInfo.cs28 public ConstructorInfo Constructor { get; set; } property in Antmicro.Renode.PlatformDescription.Syntax.RegistrationInfo
DObjectValue.cs35 public ConstructorInfo Constructor { get; set; } property in Antmicro.Renode.PlatformDescription.Syntax.ObjectValue
DEntry.cs137 public ConstructorInfo Constructor { get; set; } property in Antmicro.Renode.PlatformDescription.Syntax.Entry
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs472 registrationInfo.Constructor = ctors[0].Item1; in ProcessEntryPreMerge()
548 entry.Constructor = FindConstructor(entry.Variable.VariableType, in ProcessEntryPostMerge()
562 objectValue.Constructor = FindConstructor(objectValue.ObjectValueType, in ProcessEntryPostMerge()
591 var constructor = entry.Constructor; in CreateFromEntry()
597 var constructor = value.Constructor; in CreateFromObjectValue()
598 …var result = CreateAndHandleError(value.Constructor, value.Attributes, string.Format("object value… in CreateFromObjectValue()
932 if(registrationInfo.Constructor != null) in TryRegisterFromEntry()
934 var constructorParameters = registrationInfo.Constructor.GetParameters(); in TryRegisterFromEntry()
950 …registrationPoints.Add((IRegistrationPoint)registrationInfo.Constructor.Invoke(constructorParamete… in TryRegisterFromEntry()