3 instantiations of 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));
4 references to SynchronizationLockException
mscorlib (2)
system\threading\SpinLock.cs (2)
580
/// <exception cref="
SynchronizationLockException
">
611
/// <exception cref="
SynchronizationLockException
">
System.Web (1)
UI\LegacyPageAsyncTaskManager.cs (1)
167
catch (
SynchronizationLockException
) {
WindowsBase (1)
Shared\MS\Internal\ReaderWriterLockSlimWrapper.cs (1)
355
catch (
SynchronizationLockException
) when (disposing)