1 write to methodInfo
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1064
this.
methodInfo
= methodInfo;
21 references to methodInfo
System.Workflow.ComponentModel (21)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (21)
1068
get { return this.
methodInfo
.Module; }
1072
return this.
methodInfo
.GetMethodBody();
1076
get { return this.
methodInfo
.MetadataToken; }
1080
get { return this.
methodInfo
.CallingConvention; }
1084
get { return new RTParameterInfoWrapper(this.rtTypeWrapper, this, this.
methodInfo
.ReturnParameter); }
1088
return this.
methodInfo
.GetBaseDefinition();
1094
return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.
methodInfo
.ReturnType);
1099
get { return this.
methodInfo
.ReturnTypeCustomAttributes; }
1103
get { return this.
methodInfo
.Attributes; }
1107
return this.
methodInfo
.GetMethodImplementationFlags();
1114
foreach (ParameterInfo parameter in this.
methodInfo
.GetParameters())
1115
parameters.Add(new RTParameterInfoWrapper(this.rtTypeWrapper, this.
methodInfo
, parameter));
1122
return this.
methodInfo
.Invoke(obj, invokeAttr, binder, parameters, culture);
1126
get { return this.
methodInfo
.MethodHandle; }
1133
return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.
methodInfo
.DeclaringType);
1138
return this.
methodInfo
.GetCustomAttributes(attributeType, inherit);
1142
return this.
methodInfo
.GetCustomAttributes(inherit);
1146
return this.
methodInfo
.IsDefined(attributeType, inherit);
1150
get { return this.
methodInfo
.MemberType; }
1154
get { return this.
methodInfo
.Name; }
1160
return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.
methodInfo
.ReflectedType);