1 write to transMessages
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (1)
34
this.
transMessages
= new Dictionary<Guid, List<MsmqReceiveContext>>();
4 references to transMessages
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (4)
92
if (!this.
transMessages
.TryGetValue(Transaction.Current.TransactionInformation.DistributedIdentifier, out transMsgs))
95
this.
transMessages
.Add(Transaction.Current.TransactionInformation.DistributedIdentifier, transMsgs);
159
if (this.
transMessages
.TryGetValue(e.Transaction.TransactionInformation.DistributedIdentifier, out toRemove))
168
this.
transMessages
.Remove(e.Transaction.TransactionInformation.DistributedIdentifier);