1 write to _invokeDelegate
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
280
_invokeDelegate
= invokeDelegate; // must set this last due to race
2 references to _invokeDelegate
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (2)
207
returnValue =
_invokeDelegate
(instance, inputs, outputs);
265
if (
_invokeDelegate
== null)