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