1 write to lookupId
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
418
this.
lookupId
= new LongProperty(this, UnsafeNativeMethods.PROPID_M_LOOKUPID);
2 references to lookupId
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (2)
147
lookupId = emptyMessage.
lookupId
.Value;
341
lockQueue.TryMoveMessage(message.
lookupId
.Value, this.mainQueueForMove, MsmqTransactionMode.None);