1 write to TaskTResult
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
59
this.
TaskTResult
= operation.TaskTResult;
2 references to TaskTResult
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
161
if (operation.
TaskTResult
== ServiceReflector.VoidType)
170
TaskCompletionSourceProxy tcsp = new TaskCompletionSourceProxy(operation.
TaskTResult
);