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