2 instantiations of MQMSGPROPS
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
358
UnsafeNativeMethods.MQMSGPROPS props = new UnsafeNativeMethods.
MQMSGPROPS
();
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
31
this.nativeProperties = new UnsafeNativeMethods.
MQMSGPROPS
();
2 references to MQMSGPROPS
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
358
UnsafeNativeMethods.
MQMSGPROPS
props = new UnsafeNativeMethods.MQMSGPROPS();
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
19
UnsafeNativeMethods.
MQMSGPROPS
nativeProperties;