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