Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs1037 private void ValidateAttributePreMerge(Type objectType, Syntax.Attribute syntaxAttribute) in ValidateAttributePreMerge() argument
1039 var ctorOrPropertyAttribute = syntaxAttribute as ConstructorOrPropertyAttribute; in ValidateAttributePreMerge()
1053 HandleError(ParsingError.PropertyDoesNotExist, syntaxAttribute, in ValidateAttributePreMerge()
1074 var irqAttribute = syntaxAttribute as IrqAttribute; in ValidateAttributePreMerge()