1 write to taskMethod
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
69
this.
taskMethod
= operation.TaskMethod;
2 references to taskMethod
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
367
if (this.
taskMethod
== null)
372
return (methodCall.MethodBase.MethodHandle == this.
taskMethod
.MethodHandle);