2 writes to methodInfo
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (2)
161
this.
methodInfo
= methodInfo;
168
this.
methodInfo
= methodInfo;
8 references to methodInfo
System.Workflow.ComponentModel (8)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (8)
178
return declaringType.ResolveType(DesignTimeType.GetTypeNameFromCodeTypeReference(this.
methodInfo
.ReturnType, declaringType));
198
this.returnParam = new DesignTimeParameterInfo(this.
methodInfo
.ReturnType, this);
211
CodeParameterDeclarationExpressionCollection parameters = this.
methodInfo
.Parameters;
241
return Helper.ConvertToMethodAttributes(this.
methodInfo
.Attributes) | (this.isSpecialName ? MethodAttributes.SpecialName : 0);
256
return Helper.EnsureTypeName(this.
methodInfo
.Name);
283
if (this.
methodInfo
== null)
286
this.attributes = Helper.LoadCustomAttributes(this.
methodInfo
.CustomAttributes, this.DeclaringType as DesignTimeType);
296
this.attributes = Helper.LoadCustomAttributes(this.
methodInfo
.CustomAttributes, this.DeclaringType as DesignTimeType);