Searched refs:Constructor (Results 1 – 4 of 4) sorted by relevance
28 public ConstructorInfo Constructor { get; set; } property in Antmicro.Renode.PlatformDescription.Syntax.RegistrationInfo
35 public ConstructorInfo Constructor { get; set; } property in Antmicro.Renode.PlatformDescription.Syntax.ObjectValue
137 public ConstructorInfo Constructor { get; set; } property in Antmicro.Renode.PlatformDescription.Syntax.Entry
472 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()