3 instantiations of 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));
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)
167catch (SynchronizationLockException) {
WindowsBase (1)
Shared\MS\Internal\ReaderWriterLockSlimWrapper.cs (1)
355catch (SynchronizationLockException) when (disposing)