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