4 references to TaskCreator
System.ServiceModel (4)
System\ServiceModel\Channels\ServiceChannelProxy.cs (4)
211static readonly MethodInfo createGenericTaskMI = typeof(TaskCreator).GetMethod("CreateGenericTask", new Type[] { typeof(ServiceChannel), typeof(ProxyOperationRuntime), typeof(object[]) }); 241return TaskCreator.CreateTask(channel, operation, methodCall.InArgs); 243return TaskCreator.CreateGenericTask(channel, operation, methodCall.InArgs); 294Task task = TaskCreator.CreateTask(this.serviceChannel, methodCall, operation);