2 writes to operationReturnValue
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowOperationContext.cs (2)
244this.operationReturnValue = returnValue; 262this.operationReturnValue = returnValue;
2 references to operationReturnValue
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowOperationContext.cs (2)
213return thisPtr.operationReturnValue; 773thisPtr.TrackMethodCompleted(thisPtr.operationReturnValue);