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