9 references to LookupId
System.ServiceModel (9)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (3)
65long lookupId = msmqMessage.LookupId.Value; 178long lookupId = msmqMessage.LookupId.Value; 240receiveContext = receiveContextManager.CreateMsmqReceiveContext(msmqMessage.LookupId.Value);
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (3)
143if (!this.lockMap.TryGetValue(message.LookupId.Value, out entry)) 145this.lockMap.Add(message.LookupId.Value, new TransactionLookupEntry(message.LookupId.Value, internalTrans));
System\ServiceModel\Channels\MsmqInputChannelBase.cs (2)
174message.Properties[MsmqReceiveContext.Name] = this.receiveContextManager.CreateMsmqReceiveContext(msmqMessage.LookupId.Value); 242message.Properties[MsmqReceiveContext.Name] = this.receiveContextManager.CreateMsmqReceiveContext(msmqMessage.LookupId.Value);
System\ServiceModel\Channels\MsmqMessageProperty.cs (1)
20this.lookupId = msmqMessage.LookupId.Value;