2 writes to returnParam
System.WorkflowServices (2)
System\Workflow\Activities\ContractMethodInfo.cs (2)
56this.returnParam = parameterInfo; 76this.returnParam = new ContractMethodParameterInfo(this, returnParameterInfo);
4 references to returnParam
System.WorkflowServices (4)
System\Workflow\Activities\ContractMethodInfo.cs (4)
70if (this.returnParam == null) 136return this.returnParam; 144if (this.returnParam == null) 148return this.returnParam.ParameterType;