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