1 write to TaskTResult
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
70
this.
TaskTResult
= operation.TaskTResult;
2 references to TaskTResult
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
239
if (operation.
TaskTResult
== ServiceReflector.VoidType)
248
Func<ServiceChannel, ProxyOperationRuntime, object[], Task> createTaskDelegate = GetOrCreateTaskDelegate(operation.
TaskTResult
);