4 references to LookupId
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (4)
71
long lookupId = receiveContext.
LookupId
;
124
long lookupId = receiveContext.
LookupId
;
140
if (messageExpiryMap.TryGetValue(receiveContext.
LookupId
, out receiveContextFromMap))
163
this.messageExpiryMap.Remove(entry.
LookupId
);