1 write to idsHandle
System.ServiceModel (1)
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
36this.idsHandle = GCHandle.Alloc(null, GCHandleType.Pinned);
5 references to idsHandle
System.ServiceModel (5)
System\ServiceModel\Channels\NativeMsmqMessage.cs (5)
82this.idsHandle.Target = this.ids; 87this.nativeProperties.ids = this.idsHandle.AddrOfPinnedObject(); 96this.idsHandle.Target = null; 122if (this.idsHandle.IsAllocated) 123this.idsHandle.Free();