3 instantiations of LongProperty
System.ServiceModel (3)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (1)
333
this.lookupId = new
LongProperty
(this, UnsafeNativeMethods.PROPID_M_LOOKUPID);
System\ServiceModel\Channels\MsmqInputMessage.cs (1)
51
this.lookupId = new
LongProperty
(this, UnsafeNativeMethods.PROPID_M_LOOKUPID);
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
418
this.lookupId = new
LongProperty
(this, UnsafeNativeMethods.PROPID_M_LOOKUPID);
5 references to LongProperty
System.ServiceModel (5)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (2)
327
LongProperty
lookupId;
337
public
LongProperty
LookupId
System\ServiceModel\Channels\MsmqInputMessage.cs (2)
11
LongProperty
lookupId;
93
public
LongProperty
LookupId
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
413
public
LongProperty
lookupId;