1 write to taskTResultGetMethod
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
41
this.
taskTResultGetMethod
= ((PropertyInfo)taskMethod.ReturnType.GetMember(ResultMethodName)[0]).GetGetMethod();
1 reference to taskTResultGetMethod
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
156
returnVal = this.isGenericTask ? this.
taskTResultGetMethod
.Invoke(task, Type.EmptyTypes) : null;