Searched defs:attributes (Results 1 – 3 of 3) sorted by relevance
17 public ObjectValue(StringWithPosition typeName, IEnumerable<Attribute> attributes) in ObjectValue()
18 …ition type, IEnumerable<RegistrationInfo> registrationInfo, IEnumerable<Attribute> attributes, boo… in Entry()
612 …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()