2 writes to reference
System.Messaging (2)
System\Messaging\Interop\MessagePropertyVariants.cs (2)
97
reference
= new MQPROPS();
107
reference
= new MQPROPS();
5 references to reference
System.Messaging (5)
System\Messaging\Interop\MessagePropertyVariants.cs (5)
353
reference
.propertyCount = propertyCount;
354
reference
.propertyIdentifiers = handleVectorIdentifiers.AddrOfPinnedObject();
355
reference
.propertyValues = handleVectorProperties.AddrOfPinnedObject();
356
reference
.status = handleVectorStatus.AddrOfPinnedObject();
357
return
reference
;