1 override of SyncRoot
System.Transactions (1)
System\Transactions\Enlistment.cs (1)
457internal override object SyncRoot
25 references to SyncRoot
System.Transactions (25)
System\Transactions\Enlistment.cs (2)
277lock (this.SyncRoot) 657lock (this.internalEnlistment.SyncRoot)
System\Transactions\EnlistmentState.cs (14)
176Monitor.Exit( enlistment.SyncRoot ); 185Monitor.Enter(enlistment.SyncRoot); 193Monitor.Exit( enlistment.SyncRoot ); 202Monitor.Enter(enlistment.SyncRoot); 210Monitor.Exit( enlistment.SyncRoot ); 219Monitor.Enter(enlistment.SyncRoot); 227Monitor.Exit( enlistment.SyncRoot ); 236Monitor.Enter(enlistment.SyncRoot); 244Monitor.Exit( enlistment.SyncRoot ); 253Monitor.Enter(enlistment.SyncRoot); 261Monitor.Exit( enlistment.SyncRoot ); 270Monitor.Enter(enlistment.SyncRoot); 278Monitor.Exit( enlistment.SyncRoot ); 287Monitor.Enter(enlistment.SyncRoot);
System\Transactions\PreparingEnlistment.cs (4)
39lock (this.internalEnlistment.SyncRoot) 70lock (this.internalEnlistment.SyncRoot) 103lock (this.internalEnlistment.SyncRoot) 128lock (this.internalEnlistment.SyncRoot)
System\Transactions\SinglePhaseEnlistment.cs (5)
40lock ( this.internalEnlistment.SyncRoot ) 73lock ( this.internalEnlistment.SyncRoot ) 100lock ( this.internalEnlistment.SyncRoot ) 124lock ( this.internalEnlistment.SyncRoot ) 158lock ( this.internalEnlistment.SyncRoot )