1 write to invokeBeginDelegate
System.ServiceModel (1)
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (1)
384this.invokeBeginDelegate = invokeBeginDelegate; // must set this last due to ----
2 references to invokeBeginDelegate
System.ServiceModel (2)
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (2)
339return invokeBeginDelegate; 372if (this.invokeBeginDelegate == null)