3 references to taskType
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (1)
965taskReturnType = new CodeTypeReference(ServiceReflector.taskType);
System\ServiceModel\Description\ServiceReflector.cs (2)
902if (method.ReturnType == taskType) 917if (methodReturnType == taskType)