3 writes to TaskTResult
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
909
existingOp.
TaskTResult
= newOp.TaskTResult;
943
newOp.
TaskTResult
= existingOp.TaskTResult;
1024
operationDescription.
TaskTResult
= taskTResult;
6 references to TaskTResult
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
130
child.TaskTResult = operation.
TaskTResult
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (4)
909
existingOp.TaskTResult = newOp.
TaskTResult
;
943
newOp.TaskTResult = existingOp.
TaskTResult
;
1761
if (_syncOperation.SyncMethod.ReturnType != _syncOperation.
TaskTResult
)
1880
if (_taskOperation.
TaskTResult
!= _asyncOperation.EndMethod.ReturnType)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs (1)
37
dispatch.Invoker = new TaskMethodInvoker(description.TaskMethod, description.
TaskTResult
);