1 write to invokeDelegate
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
269
this.
invokeDelegate
= invokeDelegate; // must set this last due to ----
2 references to invokeDelegate
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (2)
172
returnValue = this.
invokeDelegate
(instance, inputs, outputs);
254
if (this.
invokeDelegate
== null)