1 write to returnValue
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowHostingResponseContext.cs (1)
33this.returnValue = returnValue;
6 references to returnValue
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\WorkflowHostingResponseContext.cs (6)
43if (this.returnValue is Exception) 45this.context.SendFault((Exception)this.returnValue); 49this.context.SendReply(this.returnValue, this.outputs); 56if (this.returnValue is Exception) 58throw FxTrace.Exception.AsError((Exception)this.returnValue); 61return this.returnValue;