1 write to EnlistmentHashtable
System.Transactions.Local (1)
System\Transactions\Oletx\OletxResourceManager.cs (1)
61EnlistmentHashtable = new Hashtable();
6 references to EnlistmentHashtable
System.Transactions.Local (6)
System\Transactions\Oletx\OletxResourceManager.cs (6)
232lock (EnlistmentHashtable.SyncRoot) 234localEnlistmentHashtable = (Hashtable)EnlistmentHashtable.Clone(); 875lock (OletxResourceManager.EnlistmentHashtable.SyncRoot) 877OletxResourceManager.EnlistmentHashtable.Add(EnlistmentGuid, this); 883lock (OletxResourceManager.EnlistmentHashtable.SyncRoot) 885OletxResourceManager.EnlistmentHashtable.Remove(EnlistmentGuid);