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