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