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