1 write to invokeDelegate
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
325
this.
invokeDelegate
= invokeDelegate; // must set this last due to ----
2 references to invokeDelegate
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (2)
216
returnValue = this.
invokeDelegate
(instance, inputs, outputs);
316
if (this.
invokeDelegate
== null)