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