1 write to _invokeDelegate
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
282_invokeDelegate = invokeDelegate; // must set this last due to race
2 references to _invokeDelegate
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (2)
209returnValue = _invokeDelegate(instance, inputs, outputs); 267if (_invokeDelegate == null)