3 references to SynchronizationLockException
mscorlib (1)
system\threading\SpinLock.cs (1)
645
throw new System.Threading.
SynchronizationLockException
(
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
5447
throw FxTrace.Exception.AsError(new
SynchronizationLockException
(message));
System.ServiceModel.Internals (1)
System\Runtime\ThreadNeutralSemaphore.cs (1)
266
throw Fx.Exception.AsError(new
SynchronizationLockException
(message));