1 write to reenlistPendingList
System.Transactions (1)
System\Transactions\Oletx\OletxResourceManager.cs (1)
71this.reenlistPendingList = new ArrayList();
6 references to reenlistPendingList
System.Transactions (6)
System\Transactions\Oletx\OletxEnlistment.cs (1)
182oletxResourceManager.reenlistPendingList.Add( this );
System\Transactions\Oletx\OletxResourceManager.cs (5)
570if ( ( 0 == this.reenlistList.Count ) && ( 0 == this.reenlistPendingList.Count ) ) 642reenlistPendingList.Remove( enlistment ); 650( 0 == this.reenlistPendingList.Count ) 855resourceManager.reenlistPendingList.Add( localEnlistment ); 911if ( ( 0 >= localLoopCount ) && ( 0 >= resourceManager.reenlistPendingList.Count ) )