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