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)
207returnValue = _invokeDelegate(instance, inputs, outputs); 265if (_invokeDelegate == null)