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