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