1 write to eventInfo
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1176this.eventInfo = eventInfo;
13 references to eventInfo
System.Workflow.ComponentModel (13)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (13)
1180get { return this.eventInfo.Attributes; } 1184MethodInfo methodInfo = this.eventInfo.GetAddMethod(nonPublic); 1191MethodInfo methodInfo = this.eventInfo.GetRaiseMethod(nonPublic); 1198MethodInfo methodInfo = this.eventInfo.GetRemoveMethod(nonPublic); 1205get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.eventInfo.DeclaringType); } 1209return this.eventInfo.GetCustomAttributes(attributeType, inherit); 1213return this.eventInfo.GetCustomAttributes(inherit); 1217return this.eventInfo.IsDefined(attributeType, inherit); 1221get { return this.eventInfo.MemberType; } 1225get { return this.eventInfo.Name; } 1229get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.eventInfo.ReflectedType); } 1234get { return this.eventInfo.MetadataToken; } 1238get { return this.eventInfo.Module; }