1 override of SyncRoot
System.Transactions.Local (1)
System\Transactions\Enlistment.cs (1)
341internal override object SyncRoot => _syncRoot;
25 references to SyncRoot
System.Transactions.Local (25)
System\Transactions\Enlistment.cs (2)
194lock (SyncRoot) 503lock (_internalEnlistment.SyncRoot)
System\Transactions\EnlistmentState.cs (14)
115Monitor.Exit(enlistment.SyncRoot); 123Monitor.Enter(enlistment.SyncRoot); 129Monitor.Exit(enlistment.SyncRoot); 137Monitor.Enter(enlistment.SyncRoot); 143Monitor.Exit(enlistment.SyncRoot); 151Monitor.Enter(enlistment.SyncRoot); 157Monitor.Exit(enlistment.SyncRoot); 165Monitor.Enter(enlistment.SyncRoot); 171Monitor.Exit(enlistment.SyncRoot); 179Monitor.Enter(enlistment.SyncRoot); 185Monitor.Exit(enlistment.SyncRoot); 193Monitor.Enter(enlistment.SyncRoot); 199Monitor.Exit(enlistment.SyncRoot); 207Monitor.Enter(enlistment.SyncRoot);
System\Transactions\PreparingEnlistment.cs (4)
23lock (_internalEnlistment.SyncRoot) 43lock (_internalEnlistment.SyncRoot) 63lock (_internalEnlistment.SyncRoot) 84lock (_internalEnlistment.SyncRoot)
System\Transactions\SinglePhaseEnlistment.cs (5)
21lock (_internalEnlistment.SyncRoot) 41lock (_internalEnlistment.SyncRoot) 62lock (_internalEnlistment.SyncRoot) 82lock (_internalEnlistment.SyncRoot) 107lock (_internalEnlistment.SyncRoot)