1 write to variantsHandle
System.ServiceModel (1)
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
37
this.
variantsHandle
= GCHandle.Alloc(null, GCHandleType.Pinned);
5 references to variantsHandle
System.ServiceModel (5)
System\ServiceModel\Channels\NativeMsmqMessage.cs (5)
83
this.
variantsHandle
.Target = this.variants;
86
this.nativeProperties.variants = this.
variantsHandle
.AddrOfPinnedObject();
97
this.
variantsHandle
.Target = null;
124
if (this.
variantsHandle
.IsAllocated)
125
this.
variantsHandle
.Free();