Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 3 of 3) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DObjectValue.cs17 public ObjectValue(StringWithPosition typeName, IEnumerable<Attribute> attributes) in ObjectValue()
DEntry.cs18 …ition type, IEnumerable<RegistrationInfo> registrationInfo, IEnumerable<Attribute> attributes, boo… in Entry()
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs612 …bject CreateAndHandleError(ConstructorInfo constructor, IEnumerable<Syntax.Attribute> attributes, … in CreateAndHandleError()
648 …nstructorParameters(ConstructorInfo constructor, IEnumerable<ConstructorOrPropertyAttribute> attri… in PrepareConstructorParameters()
749 …d SetPropertiesAndConnectInterrupts(object objectToSetOn, IEnumerable<Syntax.Attribute> attributes) in SetPropertiesAndConnectInterrupts()
1257 … private void CheckRepeatedCtorAttributes(IEnumerable<ConstructorOrPropertyAttribute> attributes) in CheckRepeatedCtorAttributes()
1270 private void CheckOverlappingIrqs(IEnumerable<IrqAttribute> attributes) in CheckOverlappingIrqs()
1291 private void CheckRepeatedInitAttributes(IEnumerable<InitAttribute> attributes) in CheckRepeatedInitAttributes()
1451 …ivate ConstructorInfo FindConstructor(Type type, IEnumerable<ConstructorOrPropertyAttribute> attri… in FindConstructor()