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