Searched refs:ObjectValueType (Results 1 – 2 of 2) sorted by relevance
36 public Type ObjectValueType { get; set; } property in Antmicro.Renode.PlatformDescription.Syntax.ObjectValue
562 objectValue.Constructor = FindConstructor(objectValue.ObjectValueType, in ProcessEntryPostMerge()598 … value.Attributes, string.Format("object value of type '{0}'", value.ObjectValueType.Name), value); in CreateFromObjectValue()1238 value.ObjectValueType = objectValueType; in ValidateObjectValue()1543 if(argument.ParameterType.IsAssignableFrom(objectValue.ObjectValueType)) in FindConstructor()