1 write to handleVectorIdentifiers
System.Messaging (1)
System\Messaging\Interop\MessagePropertyVariants.cs (1)
347
handleVectorIdentifiers
= GCHandle.Alloc(newVectorIdentifiers, GCHandleType.Pinned);
2 references to handleVectorIdentifiers
System.Messaging (2)
System\Messaging\Interop\MessagePropertyVariants.cs (2)
354
reference.propertyIdentifiers =
handleVectorIdentifiers
.AddrOfPinnedObject();
429
handleVectorIdentifiers
.Free();