1 write to enlistmentHashtable
System.Transactions (1)
System\Transactions\Oletx\OletxResourceManager.cs (1)
69this.enlistmentHashtable = new Hashtable();
6 references to enlistmentHashtable
System.Transactions (6)
System\Transactions\Oletx\OletxResourceManager.cs (6)
270lock ( enlistmentHashtable.SyncRoot ) 272localEnlistmentHashtable = (Hashtable) this.enlistmentHashtable.Clone(); 1074lock ( oletxResourceManager.enlistmentHashtable.SyncRoot ) 1076oletxResourceManager.enlistmentHashtable.Add( enlistmentGuid, this ); 1082lock ( oletxResourceManager.enlistmentHashtable.SyncRoot ) 1084oletxResourceManager.enlistmentHashtable.Remove( enlistmentGuid );