1 write to returnParam
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (1)
198this.returnParam = new DesignTimeParameterInfo(this.methodInfo.ReturnType, this);
2 references to returnParam
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (2)
197if (this.returnParam == null) 199return this.returnParam;