1 write to handleVectorProperties
System.Messaging (1)
System\Messaging\Interop\MessagePropertyVariants.cs (1)
348
handleVectorProperties
= GCHandle.Alloc(newVectorProperties, GCHandleType.Pinned);
2 references to handleVectorProperties
System.Messaging (2)
System\Messaging\Interop\MessagePropertyVariants.cs (2)
355
reference.propertyValues =
handleVectorProperties
.AddrOfPinnedObject();
430
handleVectorProperties
.Free();