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