Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs445 …usefulRegistrationPointTypes.AddRange(ValidateObjectValue(friendlyName, possibleTypes, objectRegPo… in ProcessEntryPreMerge()
1070ValidateObjectValue(string.Format("Constructor parameter {0}", ctorOrPropertyAttribute.Name), new[… in ValidateAttributePreMerge()
1208ValidateObjectValue(propertyFriendlyName, new[] { propertyInfo.PropertyType }, objectValue); in ValidateProperty()
1235 …private IEnumerable<Type> ValidateObjectValue(string friendlyName, Type[] typesToAssign, ObjectVal… in ValidateObjectValue() method in Antmicro.Renode.PlatformDescription.CreationDriver