3 references to taskTResultType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
961
taskReturnType = new CodeTypeReference(_context.ServiceContractGenerator.GetCodeTypeReference(ServiceReflector.
taskTResultType
).BaseType, resultType);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (2)
855
if (method.ReturnType.IsGenericType() && method.ReturnType.GetGenericTypeDefinition() ==
taskTResultType
)
872
if (methodReturnType.IsGenericType() && methodReturnType.GetGenericTypeDefinition() ==
taskTResultType
)