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