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