1 write to reenlistList
System.Transactions (1)
System\Transactions\Oletx\OletxResourceManager.cs (1)
70
this.
reenlistList
= new ArrayList();
21 references to reenlistList
System.Transactions (21)
System\Transactions\Oletx\OletxEnlistment.cs (5)
180
lock ( oletxResourceManager.
reenlistList
)
200
lock ( oletxResourceManager.
reenlistList
)
202
oletxResourceManager.
reenlistList
.Add( this );
631
lock ( oletxResourceManager.
reenlistList
)
649
oletxResourceManager.
reenlistList
.Add( this );
System\Transactions\Oletx\OletxResourceManager.cs (16)
565
lock ( this.
reenlistList
)
570
if ( ( 0 == this.
reenlistList
.Count ) && ( 0 == this.reenlistPendingList.Count ) )
637
lock (
reenlistList
)
649
( 0 == this.
reenlistList
.Count ) &&
698
lock ( resourceManager.
reenlistList
)
701
localLoopCount = resourceManager.
reenlistList
.Count;
707
lock ( resourceManager.
reenlistList
)
711
if ( 0 == resourceManager.
reenlistList
.Count )
717
localEnlistment = resourceManager.
reenlistList
[0] as OletxEnlistment;
731
resourceManager.
reenlistList
.RemoveAt( 0 );
747
resourceManager.
reenlistList
.Add(
795
lock ( resourceManager.
reenlistList
)
797
resourceManager.
reenlistList
.Add(
853
lock ( resourceManager.
reenlistList
)
905
lock ( resourceManager.
reenlistList
)
910
localLoopCount = resourceManager.
reenlistList
.Count;