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