1 write to lockMap
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (1)
28
lockMap
= new Dictionary<long, TransactionLookupEntry>();
11 references to lockMap
System.ServiceModel (11)
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (11)
143
if (!this.
lockMap
.TryGetValue(message.LookupId.Value, out entry))
145
this.
lockMap
.Add(message.LookupId.Value, new TransactionLookupEntry(message.LookupId.Value, internalTrans));
184
if (!this.
lockMap
.TryGetValue(lookupId, out entry))
192
this.
lockMap
.Remove(entry.LookupId);
207
this.
lockMap
.Remove(lookupId);
282
if (this.
lockMap
.TryGetValue(lookupId, out entry))
294
this.
lockMap
.Remove(lookupId);
345
this.
lockMap
.Remove(msgId);
376
if (!this.
lockMap
.TryGetValue(lookupId, out entry))
424
toRemove = new long[this.
lockMap
.Keys.Count];
425
this.
lockMap
.Keys.CopyTo(toRemove, 0);