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